Html Css Color HEX #523917 Clinker

📋 copy color: '#523917'

red 82 ◦ green 57 ◦ blue 23

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

Shades of Clinker #523917

Tints of Clinker #523917

RGB

 RED value IS 82 (32.42% from 255) = 50.62%

 GREEN value IS 57 (22.66% from 255) = 35.19%

 BLUE value IS 23 (9.38% from 255) = 14.2%

R = 50.62%
G = 35.19%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#523917 (or 0x523917) is known color: Clinker. HEX triplet: 52, 39 and 17. RGB value is (82,57,23). Sum of RGB (Red+Green+Blue) = 82+57+23=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #523917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523917 is #ADC6E8. Grayscale: #3C3C3C. Windows color (decimal): -11388649 or 1522002. OLE color: 1522002.

HSL color Cylindrical-coordinate representation of color #523917: hue angle of 34.58º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #523917 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 57 23 -
CMYK 0 0.30 0.72 0.68
HSL 34.58º 0.56% 0.21% -
HSV(B) 34.58º 0.72% 0.32% -
XYZ 5.1 4.78 1.46 -
YUV 60.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 82 57 23 0 0.30 0.72 0.68 34.58 0.56 0.21
Hex 52 39 17 0 1E 48 44 23 38 15
Octal 122 71 27 0 36 110 104 43 70 25
Binary 1010010 111001 10111 0 11110 1001000 1000100 100011 111000 10101

Color Harmonies of #523917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523917

Black with #523917

Text Example


Text Example

White with #523917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523917; }

 p { color: rgb(82,57,23); }

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

background-color css

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

 a { background-color: rgb(82,57,23); }

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

border-color css

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

 span { border-color: rgb(82,57,23); }

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