Html Css Color HEX #824625 Korma

📋 copy color: '#824625'

red 130 ◦ green 70 ◦ blue 37

#824625
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Korma #824625

Tints of Korma #824625

RGB

 RED value IS 130 (51.17% from 255) = 54.85%

 GREEN value IS 70 (27.73% from 255) = 29.54%

 BLUE value IS 37 (14.84% from 255) = 15.61%

R = 54.85%
G = 29.54%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#824625 (or 0x824625) is known color: Korma. HEX triplet: 82, 46 and 25. RGB value is (130,70,37). Sum of RGB (Red+Green+Blue) = 130+70+37=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #824625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824625 is #7DB9DA. Grayscale: #545454. Windows color (decimal): -8239579 or 2442882. OLE color: 2442882.

HSL color Cylindrical-coordinate representation of color #824625: hue angle of 21.29º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #824625 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 70 37 -
CMYK 0 0.46 0.72 0.49
HSL 21.29º 0.56% 0.33% -
HSV(B) 21.29º 0.72% 0.51% -
XYZ 11.73 9.26 2.92 -
YUV 84.18 101.38 160.68 -
System Red Green Blue C M Y K H S L
Decimal 130 70 37 0 0.46 0.72 0.49 21.29 0.56 0.33
Hex 82 46 25 0 2E 48 31 15 38 21
Octal 202 106 45 0 56 110 61 25 70 41
Binary 10000010 1000110 100101 0 101110 1001000 110001 10101 111000 100001

Color Harmonies of #824625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824625

Black with #824625

Text Example


Text Example

White with #824625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824625; }

 p { color: rgb(130,70,37); }

 H1.HeaderClassName
 {
   color: #824625;
 }
 .AnyTagClassName
 {
   color: #824625;
 }
</style>

background-color css

<style>
 a { background-color: #824625; }

 a { background-color: rgb(130,70,37); }

 div.DivClassName
 {
   background-color: #824625;
 }
 .BgClassName
 {
   background-color: #824625;
 }
</style>

border-color css

<style>
 span { border-color: #824625; }

 span { border-color: rgb(130,70,37); }

 td.TdClassName
 {
   border-color: #824625;
 }
 .TagClassName
 {
   border-color: #824625;
 }
</style>