Html Css Color HEX #814C23 Korma

📋 copy color: '#814C23'

red 129 ◦ green 76 ◦ blue 35

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

Shades of Korma #814C23

Tints of Korma #814C23

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.67%

 BLUE value IS 35 (14.06% from 255) = 14.58%

R = 53.75%
G = 31.67%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#814C23 (or 0x814C23) is known color: Korma. HEX triplet: 81, 4C and 23. RGB value is (129,76,35). Sum of RGB (Red+Green+Blue) = 129+76+35=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #814C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814C23 is #7EB3DC. Grayscale: #575757. Windows color (decimal): -8303581 or 2313345. OLE color: 2313345.

HSL color Cylindrical-coordinate representation of color #814C23: hue angle of 26.17º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #814C23 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 76 35 -
CMYK 0 0.41 0.73 0.49
HSL 26.17º 0.57% 0.32% -
HSV(B) 26.17º 0.73% 0.51% -
XYZ 11.94 9.96 2.88 -
YUV 87.17 98.56 157.83 -
System Red Green Blue C M Y K H S L
Decimal 129 76 35 0 0.41 0.73 0.49 26.17 0.57 0.32
Hex 81 4C 23 0 29 49 31 1A 39 20
Octal 201 114 43 0 51 111 61 32 71 40
Binary 10000001 1001100 100011 0 101001 1001001 110001 11010 111001 100000

Color Harmonies of #814C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814C23

Black with #814C23

Text Example


Text Example

White with #814C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814C23; }

 p { color: rgb(129,76,35); }

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

background-color css

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

 a { background-color: rgb(129,76,35); }

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

border-color css

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

 span { border-color: rgb(129,76,35); }

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