Html Css Color HEX #533A16 Clinker

📋 copy color: '#533A16'

red 83 ◦ green 58 ◦ blue 22

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

Shades of Clinker #533A16

Tints of Clinker #533A16

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.58%

 BLUE value IS 22 (8.98% from 255) = 13.5%

R = 50.92%
G = 35.58%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#533A16 (or 0x533A16) is known color: Clinker. HEX triplet: 53, 3A and 16. RGB value is (83,58,22). Sum of RGB (Red+Green+Blue) = 83+58+22=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #533A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A16 is #ACC5E9. Grayscale: #3D3D3D. Windows color (decimal): -11322858 or 1456723. OLE color: 1456723.

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

Color convert

RGB 83 58 22 -
CMYK 0 0.30 0.73 0.67
HSL 35.41º 0.58% 0.21% -
HSV(B) 35.41º 0.73% 0.33% -
XYZ 5.23 4.92 1.43 -
YUV 61.37 105.78 143.43 -
System Red Green Blue C M Y K H S L
Decimal 83 58 22 0 0.30 0.73 0.67 35.41 0.58 0.21
Hex 53 3A 16 0 1E 49 43 23 3A 15
Octal 123 72 26 0 36 111 103 43 72 25
Binary 1010011 111010 10110 0 11110 1001001 1000011 100011 111010 10101

Color Harmonies of #533A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A16

Black with #533A16

Text Example


Text Example

White with #533A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,58,22); }

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

background-color css

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

 a { background-color: rgb(83,58,22); }

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

border-color css

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

 span { border-color: rgb(83,58,22); }

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