Html Css Color HEX #824627 Korma

📋 copy color: '#824627'

red 130 ◦ green 70 ◦ blue 39

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

Shades of Korma #824627

Tints of Korma #824627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.32%

R = 54.39%
G = 29.29%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#824627 (or 0x824627) is known color: Korma. HEX triplet: 82, 46 and 27. RGB value is (130,70,39). Sum of RGB (Red+Green+Blue) = 130+70+39=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #824627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824627 is #7DB9D8. Grayscale: #545454. Windows color (decimal): -8239577 or 2573954. OLE color: 2573954.

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

Color convert

RGB 130 70 39 -
CMYK 0 0.46 0.70 0.49
HSL 20.44º 0.54% 0.33% -
HSV(B) 20.44º 0.7% 0.51% -
XYZ 11.76 9.27 3.09 -
YUV 84.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 130 70 39 0 0.46 0.70 0.49 20.44 0.54 0.33
Hex 82 46 27 0 2E 46 31 14 36 21
Octal 202 106 47 0 56 106 61 24 66 41
Binary 10000010 1000110 100111 0 101110 1000110 110001 10100 110110 100001

Color Harmonies of #824627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824627

Black with #824627

Text Example


Text Example

White with #824627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824627; }

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

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

background-color css

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

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

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

border-color css

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

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

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