Html Css Color HEX #84854D Kokoda

📋 copy color: '#84854D'

red 132 ◦ green 133 ◦ blue 77

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

Shades of Kokoda #84854D

Tints of Kokoda #84854D

RGB

 RED value IS 132 (51.95% from 255) = 38.6%

 GREEN value IS 133 (52.34% from 255) = 38.89%

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

R = 38.6%
G = 38.89%
B = 22.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84854D (or 0x84854D) is known color: Kokoda. HEX triplet: 84, 85 and 4D. RGB value is (132,133,77). Sum of RGB (Red+Green+Blue) = 132+133+77=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #84854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84854D is #7B7AB2. Grayscale: #7E7E7E. Windows color (decimal): -8092339 or 5080452. OLE color: 5080452.

HSL color Cylindrical-coordinate representation of color #84854D: hue angle of 61.07º 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 #84854D is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 133 77 -
CMYK 0.01 0 0.42 0.48
HSL 61.07º 0.27% 0.41% -
HSV(B) 61.07º 0.42% 0.52% -
XYZ 19.24 22.22 10.3 -
YUV 126.32 100.17 132.05 -
System Red Green Blue C M Y K H S L
Decimal 132 133 77 0.01 0 0.42 0.48 61.07 0.27 0.41
Hex 84 85 4D 1 0 2A 30 3D 1B 29
Octal 204 205 115 1 0 52 60 75 33 51
Binary 10000100 10000101 1001101 1 0 101010 110000 111101 11011 101001

Color Harmonies of #84854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84854D

Black with #84854D

Text Example


Text Example

White with #84854D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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