Html Css Color HEX #807952 Kokoda

📋 copy color: '#807952'

red 128 ◦ green 121 ◦ blue 82

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

Shades of Kokoda #807952

Tints of Kokoda #807952

RGB

 RED value IS 128 (50.39% from 255) = 38.67%

 GREEN value IS 121 (47.66% from 255) = 36.56%

 BLUE value IS 82 (32.42% from 255) = 24.77%

R = 38.67%
G = 36.56%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#807952 (or 0x807952) is known color: Kokoda. HEX triplet: 80, 79 and 52. RGB value is (128,121,82). Sum of RGB (Red+Green+Blue) = 128+121+82=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #807952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807952 is #7F86AD. Grayscale: #767676. Windows color (decimal): -8357550 or 5405056. OLE color: 5405056.

HSL color Cylindrical-coordinate representation of color #807952: hue angle of 50.87º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #807952 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 121 82 -
CMYK 0 0.05 0.36 0.50
HSL 50.87º 0.22% 0.41% -
HSV(B) 50.87º 0.36% 0.5% -
XYZ 17.26 18.87 10.72 -
YUV 118.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 128 121 82 0 0.05 0.36 0.50 50.87 0.22 0.41
Hex 80 79 52 0 5 24 32 33 16 29
Octal 200 171 122 0 5 44 62 63 26 51
Binary 10000000 1111001 1010010 0 101 100100 110010 110011 10110 101001

Color Harmonies of #807952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807952

Black with #807952

Text Example


Text Example

White with #807952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807952; }

 p { color: rgb(128,121,82); }

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

background-color css

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

 a { background-color: rgb(128,121,82); }

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

border-color css

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

 span { border-color: rgb(128,121,82); }

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