Html Css Color HEX #533C18 Clinker

📋 copy color: '#533C18'

red 83 ◦ green 60 ◦ blue 24

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

Shades of Clinker #533C18

Tints of Clinker #533C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.37%

R = 49.7%
G = 35.93%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#533C18 (or 0x533C18) is known color: Clinker. HEX triplet: 53, 3C and 18. RGB value is (83,60,24). Sum of RGB (Red+Green+Blue) = 83+60+24=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #533C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C18 is #ACC3E7. Grayscale: #3E3E3E. Windows color (decimal): -11322344 or 1588307. OLE color: 1588307.

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

Color convert

RGB 83 60 24 -
CMYK 0 0.28 0.71 0.67
HSL 36.61º 0.55% 0.21% -
HSV(B) 36.61º 0.71% 0.33% -
XYZ 5.35 5.14 1.57 -
YUV 62.77 106.12 142.43 -
System Red Green Blue C M Y K H S L
Decimal 83 60 24 0 0.28 0.71 0.67 36.61 0.55 0.21
Hex 53 3C 18 0 1C 47 43 25 37 15
Octal 123 74 30 0 34 107 103 45 67 25
Binary 1010011 111100 11000 0 11100 1000111 1000011 100101 110111 10101

Color Harmonies of #533C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C18

Black with #533C18

Text Example


Text Example

White with #533C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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