Html Css Color HEX #533A17 Clinker

📋 copy color: '#533A17'

red 83 ◦ green 58 ◦ blue 23

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

Shades of Clinker #533A17

Tints of Clinker #533A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.02%

R = 50.61%
G = 35.37%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#533A17 (or 0x533A17) is known color: Clinker. HEX triplet: 53, 3A and 17. RGB value is (83,58,23). Sum of RGB (Red+Green+Blue) = 83+58+23=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #533A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A17 is #ACC5E8. Grayscale: #3D3D3D. Windows color (decimal): -11322857 or 1522259. OLE color: 1522259.

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

Color convert

RGB 83 58 23 -
CMYK 0 0.30 0.72 0.67
HSL 35º 0.57% 0.21% -
HSV(B) 35º 0.72% 0.33% -
XYZ 5.23 4.93 1.49 -
YUV 61.49 106.28 143.35 -
System Red Green Blue C M Y K H S L
Decimal 83 58 23 0 0.30 0.72 0.67 35 0.57 0.21
Hex 53 3A 17 0 1E 48 43 23 39 15
Octal 123 72 27 0 36 110 103 43 71 25
Binary 1010011 111010 10111 0 11110 1001000 1000011 100011 111001 10101

Color Harmonies of #533A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A17

Black with #533A17

Text Example


Text Example

White with #533A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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