Html Css Color HEX #85824D Kokoda

📋 copy color: '#85824D'

red 133 ◦ green 130 ◦ blue 77

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

Shades of Kokoda #85824D

Tints of Kokoda #85824D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.65%

R = 39.12%
G = 38.24%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85824D (or 0x85824D) is known color: Kokoda. HEX triplet: 85, 82 and 4D. RGB value is (133,130,77). Sum of RGB (Red+Green+Blue) = 133+130+77=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #85824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85824D is #7A7DB2. Grayscale: #7D7D7D. Windows color (decimal): -8027571 or 5079685. OLE color: 5079685.

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

Color convert

RGB 133 130 77 -
CMYK 0 0.02 0.42 0.48
HSL 56.79º 0.27% 0.41% -
HSV(B) 56.79º 0.42% 0.52% -
XYZ 19 21.49 10.17 -
YUV 124.86 100.99 133.81 -
System Red Green Blue C M Y K H S L
Decimal 133 130 77 0 0.02 0.42 0.48 56.79 0.27 0.41
Hex 85 82 4D 0 2 2A 30 39 1B 29
Octal 205 202 115 0 2 52 60 71 33 51
Binary 10000101 10000010 1001101 0 10 101010 110000 111001 11011 101001

Color Harmonies of #85824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85824D

Black with #85824D

Text Example


Text Example

White with #85824D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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