Html Css Color HEX #814F32 Korma

📋 copy color: '#814F32'

red 129 ◦ green 79 ◦ blue 50

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

Shades of Korma #814F32

Tints of Korma #814F32

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.62%

 BLUE value IS 50 (19.92% from 255) = 19.38%

R = 50%
G = 30.62%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#814F32 (or 0x814F32) is known color: Korma. HEX triplet: 81, 4F and 32. RGB value is (129,79,50). Sum of RGB (Red+Green+Blue) = 129+79+50=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #814F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814F32 is #7EB0CD. Grayscale: #5A5A5A. Windows color (decimal): -8302798 or 3297153. OLE color: 3297153.

HSL color Cylindrical-coordinate representation of color #814F32: hue angle of 22.03º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #814F32 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 79 50 -
CMYK 0 0.39 0.61 0.49
HSL 22.03º 0.44% 0.35% -
HSV(B) 22.03º 0.61% 0.51% -
XYZ 12.42 10.49 4.39 -
YUV 90.64 105.07 155.36 -
System Red Green Blue C M Y K H S L
Decimal 129 79 50 0 0.39 0.61 0.49 22.03 0.44 0.35
Hex 81 4F 32 0 27 3D 31 16 2C 23
Octal 201 117 62 0 47 75 61 26 54 43
Binary 10000001 1001111 110010 0 100111 111101 110001 10110 101100 100011

Color Harmonies of #814F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814F32

Black with #814F32

Text Example


Text Example

White with #814F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,79,50); }

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

background-color css

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

 a { background-color: rgb(129,79,50); }

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

border-color css

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

 span { border-color: rgb(129,79,50); }

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