Html Css Color HEX #523C18 Clinker

📋 copy color: '#523C18'

red 82 ◦ green 60 ◦ blue 24

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

Shades of Clinker #523C18

Tints of Clinker #523C18

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.14%

 BLUE value IS 24 (9.77% from 255) = 14.46%

R = 49.4%
G = 36.14%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#523C18 (or 0x523C18) is known color: Clinker. HEX triplet: 52, 3C and 18. RGB value is (82,60,24). Sum of RGB (Red+Green+Blue) = 82+60+24=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #523C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523C18 is #ADC3E7. Grayscale: #3E3E3E. Windows color (decimal): -11387880 or 1588306. OLE color: 1588306.

HSL color Cylindrical-coordinate representation of color #523C18: hue angle of 37.24º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #523C18 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 60 24 -
CMYK 0 0.27 0.71 0.68
HSL 37.24º 0.55% 0.21% -
HSV(B) 37.24º 0.71% 0.32% -
XYZ 5.26 5.09 1.57 -
YUV 62.47 106.29 141.93 -
System Red Green Blue C M Y K H S L
Decimal 82 60 24 0 0.27 0.71 0.68 37.24 0.55 0.21
Hex 52 3C 18 0 1B 47 44 25 37 15
Octal 122 74 30 0 33 107 104 45 67 25
Binary 1010010 111100 11000 0 11011 1000111 1000100 100101 110111 10101

Color Harmonies of #523C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C18

Black with #523C18

Text Example


Text Example

White with #523C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523C18; }

 p { color: rgb(82,60,24); }

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

background-color css

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

 a { background-color: rgb(82,60,24); }

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

border-color css

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

 span { border-color: rgb(82,60,24); }

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