Html Css Color HEX #533D19 Clinker

📋 copy color: '#533D19'

red 83 ◦ green 61 ◦ blue 25

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

Shades of Clinker #533D19

Tints of Clinker #533D19

RGB

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

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

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

R = 49.11%
G = 36.09%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#533D19 (or 0x533D19) is known color: Clinker. HEX triplet: 53, 3D and 19. RGB value is (83,61,25). Sum of RGB (Red+Green+Blue) = 83+61+25=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #533D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533D19 is #ACC2E6. Grayscale: #3F3F3F. Windows color (decimal): -11322087 or 1654099. OLE color: 1654099.

HSL color Cylindrical-coordinate representation of color #533D19: hue angle of 37.24º 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 #533D19 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 61 25 -
CMYK 0 0.27 0.70 0.67
HSL 37.24º 0.54% 0.21% -
HSV(B) 37.24º 0.7% 0.33% -
XYZ 5.41 5.25 1.65 -
YUV 63.47 106.29 141.93 -
System Red Green Blue C M Y K H S L
Decimal 83 61 25 0 0.27 0.70 0.67 37.24 0.54 0.21
Hex 53 3D 19 0 1B 46 43 25 36 15
Octal 123 75 31 0 33 106 103 45 66 25
Binary 1010011 111101 11001 0 11011 1000110 1000011 100101 110110 10101

Color Harmonies of #533D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D19

Black with #533D19

Text Example


Text Example

White with #533D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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