Html Css Color HEX #827B53 Kokoda

📋 copy color: '#827B53'

red 130 ◦ green 123 ◦ blue 83

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

Shades of Kokoda #827B53

Tints of Kokoda #827B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.7%

R = 38.69%
G = 36.61%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#827B53 (or 0x827B53) is known color: Kokoda. HEX triplet: 82, 7B and 53. RGB value is (130,123,83). Sum of RGB (Red+Green+Blue) = 130+123+83=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #827B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B53 is #7D84AC. Grayscale: #787878. Windows color (decimal): -8225965 or 5471106. OLE color: 5471106.

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

Color convert

RGB 130 123 83 -
CMYK 0 0.05 0.36 0.49
HSL 51.06º 0.22% 0.42% -
HSV(B) 51.06º 0.36% 0.51% -
XYZ 17.85 19.54 11.01 -
YUV 120.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 130 123 83 0 0.05 0.36 0.49 51.06 0.22 0.42
Hex 82 7B 53 0 5 24 31 33 16 2A
Octal 202 173 123 0 5 44 61 63 26 52
Binary 10000010 1111011 1010011 0 101 100100 110001 110011 10110 101010

Color Harmonies of #827B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B53

Black with #827B53

Text Example


Text Example

White with #827B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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