Html Css Color HEX #827B4A Kokoda

📋 copy color: '#827B4A'

red 130 ◦ green 123 ◦ blue 74

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

Shades of Kokoda #827B4A

Tints of Kokoda #827B4A

RGB

 RED value IS 130 (51.17% from 255) = 39.76%

 GREEN value IS 123 (48.44% from 255) = 37.61%

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

R = 39.76%
G = 37.61%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#827B4A (or 0x827B4A) is known color: Kokoda. HEX triplet: 82, 7B and 4A. RGB value is (130,123,74). Sum of RGB (Red+Green+Blue) = 130+123+74=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #827B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B4A is #7D84B5. Grayscale: #777777. Windows color (decimal): -8225974 or 4881282. OLE color: 4881282.

HSL color Cylindrical-coordinate representation of color #827B4A: hue angle of 52.5º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #827B4A is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 123 74 -
CMYK 0 0.05 0.43 0.49
HSL 52.5º 0.27% 0.4% -
HSV(B) 52.5º 0.43% 0.51% -
XYZ 17.52 19.41 9.3 -
YUV 119.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 130 123 74 0 0.05 0.43 0.49 52.5 0.27 0.4
Hex 82 7B 4A 0 5 2B 31 34 1B 28
Octal 202 173 112 0 5 53 61 64 33 50
Binary 10000010 1111011 1001010 0 101 101011 110001 110100 11011 101000

Color Harmonies of #827B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B4A

Black with #827B4A

Text Example


Text Example

White with #827B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827B4A; }

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

 H1.HeaderClassName
 {
   color: #827B4A;
 }
 .AnyTagClassName
 {
   color: #827B4A;
 }
</style>

background-color css

<style>
 a { background-color: #827B4A; }

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

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

border-color css

<style>
 span { border-color: #827B4A; }

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

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