Html Css Color HEX #84844B Kokoda

📋 copy color: '#84844B'

red 132 ◦ green 132 ◦ blue 75

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

Shades of Kokoda #84844B

Tints of Kokoda #84844B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.94%

 BLUE value IS 75 (29.69% from 255) = 22.12%

R = 38.94%
G = 38.94%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#84844B (or 0x84844B) is known color: Kokoda. HEX triplet: 84, 84 and 4B. RGB value is (132,132,75). Sum of RGB (Red+Green+Blue) = 132+132+75=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84844B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84844B is #7B7BB4. Grayscale: #7D7D7D. Windows color (decimal): -8092597 or 4949124. OLE color: 4949124.

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

Color convert

RGB 132 132 75 -
CMYK 0 0 0.43 0.48
HSL 60º 0.28% 0.41% -
HSV(B) 60º 0.43% 0.52% -
XYZ 19.04 21.92 9.88 -
YUV 125.5 99.5 132.63 -
System Red Green Blue C M Y K H S L
Decimal 132 132 75 0 0 0.43 0.48 60 0.28 0.41
Hex 84 84 4B 0 0 2B 30 3C 1C 29
Octal 204 204 113 0 0 53 60 74 34 51
Binary 10000100 10000100 1001011 0 0 101011 110000 111100 11100 101001

Color Harmonies of #84844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84844B

Black with #84844B

Text Example


Text Example

White with #84844B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84844B; }

 p { color: rgb(132,132,75); }

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

background-color css

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

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

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

border-color css

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

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

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