Html Css Color HEX #533C19 Clinker

📋 copy color: '#533C19'

red 83 ◦ green 60 ◦ blue 25

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

Shades of Clinker #533C19

Tints of Clinker #533C19

RGB

 RED value IS 83 (32.81% from 255) = 49.4%

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

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

R = 49.4%
G = 35.71%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#533C19 (or 0x533C19) is known color: Clinker. HEX triplet: 53, 3C and 19. RGB value is (83,60,25). Sum of RGB (Red+Green+Blue) = 83+60+25=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #533C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C19 is #ACC3E6. Grayscale: #3F3F3F. Windows color (decimal): -11322343 or 1653843. OLE color: 1653843.

HSL color Cylindrical-coordinate representation of color #533C19: hue angle of 36.21º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #533C19 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 60 25 -
CMYK 0 0.28 0.70 0.67
HSL 36.21º 0.54% 0.21% -
HSV(B) 36.21º 0.7% 0.33% -
XYZ 5.36 5.14 1.63 -
YUV 62.89 106.62 142.35 -
System Red Green Blue C M Y K H S L
Decimal 83 60 25 0 0.28 0.70 0.67 36.21 0.54 0.21
Hex 53 3C 19 0 1C 46 43 24 36 15
Octal 123 74 31 0 34 106 103 44 66 25
Binary 1010011 111100 11001 0 11100 1000110 1000011 100100 110110 10101

Color Harmonies of #533C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C19

Black with #533C19

Text Example


Text Example

White with #533C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533C19; }

 p { color: rgb(83,60,25); }

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

background-color css

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

 a { background-color: rgb(83,60,25); }

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

border-color css

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

 span { border-color: rgb(83,60,25); }

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