Html Css Color HEX #85824A Kokoda

📋 copy color: '#85824A'

red 133 ◦ green 130 ◦ blue 74

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

Shades of Kokoda #85824A

Tints of Kokoda #85824A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.96%

R = 39.47%
G = 38.58%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85824A (or 0x85824A) is known color: Kokoda. HEX triplet: 85, 82 and 4A. RGB value is (133,130,74). Sum of RGB (Red+Green+Blue) = 133+130+74=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #85824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85824A is #7A7DB5. Grayscale: #7C7C7C. Windows color (decimal): -8027574 or 4883077. OLE color: 4883077.

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

Color convert

RGB 133 130 74 -
CMYK 0 0.02 0.44 0.48
HSL 56.95º 0.29% 0.41% -
HSV(B) 56.95º 0.44% 0.52% -
XYZ 18.89 21.45 9.62 -
YUV 124.51 99.49 134.05 -
System Red Green Blue C M Y K H S L
Decimal 133 130 74 0 0.02 0.44 0.48 56.95 0.29 0.41
Hex 85 82 4A 0 2 2C 30 39 1D 29
Octal 205 202 112 0 2 54 60 71 35 51
Binary 10000101 10000010 1001010 0 10 101100 110000 111001 11101 101001

Color Harmonies of #85824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85824A

Black with #85824A

Text Example


Text Example

White with #85824A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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