Html Css Color HEX #523C1C Clinker

📋 copy color: '#523C1C'

red 82 ◦ green 60 ◦ blue 28

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

Shades of Clinker #523C1C

Tints of Clinker #523C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.47%

R = 48.24%
G = 35.29%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#523C1C (or 0x523C1C) is known color: Clinker. HEX triplet: 52, 3C and 1C. RGB value is (82,60,28). Sum of RGB (Red+Green+Blue) = 82+60+28=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #523C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C1C is #ADC3E3. Grayscale: #3F3F3F. Windows color (decimal): -11387876 or 1850450. OLE color: 1850450.

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

Color convert

RGB 82 60 28 -
CMYK 0 0.27 0.66 0.68
HSL 35.56º 0.49% 0.22% -
HSV(B) 35.56º 0.66% 0.32% -
XYZ 5.31 5.11 1.81 -
YUV 62.93 108.29 141.6 -
System Red Green Blue C M Y K H S L
Decimal 82 60 28 0 0.27 0.66 0.68 35.56 0.49 0.22
Hex 52 3C 1C 0 1B 42 44 24 31 16
Octal 122 74 34 0 33 102 104 44 61 26
Binary 1010010 111100 11100 0 11011 1000010 1000100 100100 110001 10110

Color Harmonies of #523C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C1C

Black with #523C1C

Text Example


Text Example

White with #523C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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