Html Css Color HEX #533B15 Clinker

📋 copy color: '#533B15'

red 83 ◦ green 59 ◦ blue 21

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

Shades of Clinker #533B15

Tints of Clinker #533B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.2%

 BLUE value IS 21 (8.59% from 255) = 12.88%

R = 50.92%
G = 36.2%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#533B15 (or 0x533B15) is known color: Clinker. HEX triplet: 53, 3B and 15. RGB value is (83,59,21). Sum of RGB (Red+Green+Blue) = 83+59+21=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #533B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533B15 is #ACC4EA. Grayscale: #3E3E3E. Windows color (decimal): -11322603 or 1391443. OLE color: 1391443.

HSL color Cylindrical-coordinate representation of color #533B15: hue angle of 36.77º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #533B15 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 59 21 -
CMYK 0 0.29 0.75 0.67
HSL 36.77º 0.6% 0.2% -
HSV(B) 36.77º 0.75% 0.33% -
XYZ 5.27 5.02 1.4 -
YUV 61.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 83 59 21 0 0.29 0.75 0.67 36.77 0.6 0.2
Hex 53 3B 15 0 1D 4B 43 25 3C 14
Octal 123 73 25 0 35 113 103 45 74 24
Binary 1010011 111011 10101 0 11101 1001011 1000011 100101 111100 10100

Color Harmonies of #533B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B15

Black with #533B15

Text Example


Text Example

White with #533B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,59,21); }

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

background-color css

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

 a { background-color: rgb(83,59,21); }

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

border-color css

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

 span { border-color: rgb(83,59,21); }

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