Html Css Color HEX #523915 Clinker

📋 copy color: '#523915'

red 82 ◦ green 57 ◦ blue 21

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

Shades of Clinker #523915

Tints of Clinker #523915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.63%

 BLUE value IS 21 (8.59% from 255) = 13.13%

R = 51.25%
G = 35.63%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#523915 (or 0x523915) is known color: Clinker. HEX triplet: 52, 39 and 15. RGB value is (82,57,21). Sum of RGB (Red+Green+Blue) = 82+57+21=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #523915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523915 is #ADC6EA. Grayscale: #3C3C3C. Windows color (decimal): -11388651 or 1390930. OLE color: 1390930.

HSL color Cylindrical-coordinate representation of color #523915: hue angle of 35.41º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #523915 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 57 21 -
CMYK 0 0.30 0.74 0.68
HSL 35.41º 0.59% 0.2% -
HSV(B) 35.41º 0.74% 0.32% -
XYZ 5.08 4.77 1.36 -
YUV 60.37 105.78 143.43 -
System Red Green Blue C M Y K H S L
Decimal 82 57 21 0 0.30 0.74 0.68 35.41 0.59 0.2
Hex 52 39 15 0 1E 4A 44 23 3B 14
Octal 122 71 25 0 36 112 104 43 73 24
Binary 1010010 111001 10101 0 11110 1001010 1000100 100011 111011 10100

Color Harmonies of #523915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523915

Black with #523915

Text Example


Text Example

White with #523915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523915; }

 p { color: rgb(82,57,21); }

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

background-color css

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

 a { background-color: rgb(82,57,21); }

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

border-color css

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

 span { border-color: rgb(82,57,21); }

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