Html Css Color HEX #523B19 Clinker

📋 copy color: '#523B19'

red 82 ◦ green 59 ◦ blue 25

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

Shades of Clinker #523B19

Tints of Clinker #523B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.06%

R = 49.4%
G = 35.54%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#523B19 (or 0x523B19) is known color: Clinker. HEX triplet: 52, 3B and 19. RGB value is (82,59,25). Sum of RGB (Red+Green+Blue) = 82+59+25=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #523B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523B19 is #ADC4E6. Grayscale: #3E3E3E. Windows color (decimal): -11388135 or 1653586. OLE color: 1653586.

HSL color Cylindrical-coordinate representation of color #523B19: hue angle of 35.79º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #523B19 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 59 25 -
CMYK 0 0.28 0.70 0.68
HSL 35.79º 0.53% 0.21% -
HSV(B) 35.79º 0.7% 0.32% -
XYZ 5.22 4.99 1.61 -
YUV 62 107.12 142.26 -
System Red Green Blue C M Y K H S L
Decimal 82 59 25 0 0.28 0.70 0.68 35.79 0.53 0.21
Hex 52 3B 19 0 1C 46 44 24 35 15
Octal 122 73 31 0 34 106 104 44 65 25
Binary 1010010 111011 11001 0 11100 1000110 1000100 100100 110101 10101

Color Harmonies of #523B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B19

Black with #523B19

Text Example


Text Example

White with #523B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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