Html Css Color HEX #523D1B Clinker

📋 copy color: '#523D1B'

red 82 ◦ green 61 ◦ blue 27

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

Shades of Clinker #523D1B

Tints of Clinker #523D1B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.88%

 BLUE value IS 27 (10.94% from 255) = 15.88%

R = 48.24%
G = 35.88%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#523D1B (or 0x523D1B) is known color: Clinker. HEX triplet: 52, 3D and 1B. RGB value is (82,61,27). Sum of RGB (Red+Green+Blue) = 82+61+27=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #523D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D1B is #ADC2E4. Grayscale: #3F3F3F. Windows color (decimal): -11387621 or 1785170. OLE color: 1785170.

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

Color convert

RGB 82 61 27 -
CMYK 0 0.26 0.67 0.68
HSL 37.09º 0.5% 0.21% -
HSV(B) 37.09º 0.67% 0.32% -
XYZ 5.35 5.21 1.76 -
YUV 63.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 82 61 27 0 0.26 0.67 0.68 37.09 0.5 0.21
Hex 52 3D 1B 0 1A 43 44 25 32 15
Octal 122 75 33 0 32 103 104 45 62 25
Binary 1010010 111101 11011 0 11010 1000011 1000100 100101 110010 10101

Color Harmonies of #523D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D1B

Black with #523D1B

Text Example


Text Example

White with #523D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,61,27); }

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

background-color css

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

 a { background-color: rgb(82,61,27); }

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

border-color css

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

 span { border-color: rgb(82,61,27); }

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