Html Css Color HEX #85824E Kokoda

📋 copy color: '#85824E'

red 133 ◦ green 130 ◦ blue 78

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

Shades of Kokoda #85824E

Tints of Kokoda #85824E

RGB

 RED value IS 133 (52.34% from 255) = 39%

 GREEN value IS 130 (51.17% from 255) = 38.12%

 BLUE value IS 78 (30.86% from 255) = 22.87%

R = 39%
G = 38.12%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85824E (or 0x85824E) is known color: Kokoda. HEX triplet: 85, 82 and 4E. RGB value is (133,130,78). Sum of RGB (Red+Green+Blue) = 133+130+78=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85824E is #7A7DB1. Grayscale: #7D7D7D. Windows color (decimal): -8027570 or 5145221. OLE color: 5145221.

HSL color Cylindrical-coordinate representation of color #85824E: hue angle of 56.73º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85824E is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 130 78 -
CMYK 0 0.02 0.41 0.48
HSL 56.73º 0.26% 0.41% -
HSV(B) 56.73º 0.41% 0.52% -
XYZ 19.03 21.5 10.35 -
YUV 124.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 133 130 78 0 0.02 0.41 0.48 56.73 0.26 0.41
Hex 85 82 4E 0 2 29 30 39 1A 29
Octal 205 202 116 0 2 51 60 71 32 51
Binary 10000101 10000010 1001110 0 10 101001 110000 111001 11010 101001

Color Harmonies of #85824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85824E

Black with #85824E

Text Example


Text Example

White with #85824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85824E; }

 p { color: rgb(133,130,78); }

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

background-color css

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

 a { background-color: rgb(133,130,78); }

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

border-color css

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

 span { border-color: rgb(133,130,78); }

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