Html Css Color HEX #533B14 Clinker

📋 copy color: '#533B14'

red 83 ◦ green 59 ◦ blue 20

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

Shades of Clinker #533B14

Tints of Clinker #533B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.35%

R = 51.23%
G = 36.42%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#533B14 (or 0x533B14) is known color: Clinker. HEX triplet: 53, 3B and 14. RGB value is (83,59,20). Sum of RGB (Red+Green+Blue) = 83+59+20=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #533B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533B14 is #ACC4EB. Grayscale: #3D3D3D. Windows color (decimal): -11322604 or 1325907. OLE color: 1325907.

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

Color convert

RGB 83 59 20 -
CMYK 0 0.29 0.76 0.67
HSL 37.14º 0.61% 0.2% -
HSV(B) 37.14º 0.76% 0.33% -
XYZ 5.26 5.02 1.35 -
YUV 61.73 104.45 143.17 -
System Red Green Blue C M Y K H S L
Decimal 83 59 20 0 0.29 0.76 0.67 37.14 0.61 0.2
Hex 53 3B 14 0 1D 4C 43 25 3D 14
Octal 123 73 24 0 35 114 103 45 75 24
Binary 1010011 111011 10100 0 11101 1001100 1000011 100101 111101 10100

Color Harmonies of #533B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B14

Black with #533B14

Text Example


Text Example

White with #533B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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