Html Css Color HEX #523B1E Clinker

📋 copy color: '#523B1E'

red 82 ◦ green 59 ◦ blue 30

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

Shades of Clinker #523B1E

Tints of Clinker #523B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.54%

R = 47.95%
G = 34.5%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#523B1E (or 0x523B1E) is known color: Clinker. HEX triplet: 52, 3B and 1E. RGB value is (82,59,30). Sum of RGB (Red+Green+Blue) = 82+59+30=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #523B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B1E is #ADC4E1. Grayscale: #3E3E3E. Windows color (decimal): -11388130 or 1981266. OLE color: 1981266.

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

Color convert

RGB 82 59 30 -
CMYK 0 0.28 0.63 0.68
HSL 33.46º 0.46% 0.22% -
HSV(B) 33.46º 0.63% 0.32% -
XYZ 5.28 5.02 1.92 -
YUV 62.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 82 59 30 0 0.28 0.63 0.68 33.46 0.46 0.22
Hex 52 3B 1E 0 1C 3F 44 21 2E 16
Octal 122 73 36 0 34 77 104 41 56 26
Binary 1010010 111011 11110 0 11100 111111 1000100 100001 101110 10110

Color Harmonies of #523B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B1E

Black with #523B1E

Text Example


Text Example

White with #523B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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