Html Css Color HEX #814627 Korma

📋 copy color: '#814627'

red 129 ◦ green 70 ◦ blue 39

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

Shades of Korma #814627

Tints of Korma #814627

RGB

 RED value IS 129 (50.78% from 255) = 54.2%

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

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

R = 54.2%
G = 29.41%
B = 16.39%

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

#814627 (or 0x814627) is known color: Korma. HEX triplet: 81, 46 and 27. RGB value is (129,70,39). Sum of RGB (Red+Green+Blue) = 129+70+39=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #814627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814627 is #7EB9D8. Grayscale: #545454. Windows color (decimal): -8305113 or 2573953. OLE color: 2573953.

HSL color Cylindrical-coordinate representation of color #814627: hue angle of 20.67º 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 #814627 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 70 39 -
CMYK 0 0.46 0.70 0.49
HSL 20.67º 0.54% 0.33% -
HSV(B) 20.67º 0.7% 0.51% -
XYZ 11.61 9.19 3.08 -
YUV 84.11 102.55 160.02 -
System Red Green Blue C M Y K H S L
Decimal 129 70 39 0 0.46 0.70 0.49 20.67 0.54 0.33
Hex 81 46 27 0 2E 46 31 15 36 21
Octal 201 106 47 0 56 106 61 25 66 41
Binary 10000001 1000110 100111 0 101110 1000110 110001 10101 110110 100001

Color Harmonies of #814627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814627

Black with #814627

Text Example


Text Example

White with #814627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814627; }

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

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

background-color css

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

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

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

border-color css

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

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

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