Html Css Color HEX #523B18 Clinker

📋 copy color: '#523B18'

red 82 ◦ green 59 ◦ blue 24

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

Shades of Clinker #523B18

Tints of Clinker #523B18

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.76%

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

R = 49.7%
G = 35.76%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#523B18 (or 0x523B18) is known color: Clinker. HEX triplet: 52, 3B and 18. RGB value is (82,59,24). Sum of RGB (Red+Green+Blue) = 82+59+24=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #523B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523B18 is #ADC4E7. Grayscale: #3E3E3E. Windows color (decimal): -11388136 or 1588050. OLE color: 1588050.

HSL color Cylindrical-coordinate representation of color #523B18: hue angle of 36.21º 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 #523B18 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 59 24 -
CMYK 0 0.28 0.71 0.68
HSL 36.21º 0.55% 0.21% -
HSV(B) 36.21º 0.71% 0.32% -
XYZ 5.21 4.99 1.55 -
YUV 61.89 106.62 142.35 -
System Red Green Blue C M Y K H S L
Decimal 82 59 24 0 0.28 0.71 0.68 36.21 0.55 0.21
Hex 52 3B 18 0 1C 47 44 24 37 15
Octal 122 73 30 0 34 107 104 44 67 25
Binary 1010010 111011 11000 0 11100 1000111 1000100 100100 110111 10101

Color Harmonies of #523B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B18

Black with #523B18

Text Example


Text Example

White with #523B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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