Html Css Color HEX #533D1C Clinker

📋 copy color: '#533D1C'

red 83 ◦ green 61 ◦ blue 28

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

Shades of Clinker #533D1C

Tints of Clinker #533D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.28%

R = 48.26%
G = 35.47%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#533D1C (or 0x533D1C) is known color: Clinker. HEX triplet: 53, 3D and 1C. RGB value is (83,61,28). Sum of RGB (Red+Green+Blue) = 83+61+28=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #533D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D1C is #ACC2E3. Grayscale: #3F3F3F. Windows color (decimal): -11322084 or 1850707. OLE color: 1850707.

HSL color Cylindrical-coordinate representation of color #533D1C: hue angle of 36º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #533D1C is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 61 28 -
CMYK 0 0.27 0.66 0.67
HSL 36º 0.5% 0.22% -
HSV(B) 36º 0.66% 0.33% -
XYZ 5.45 5.26 1.83 -
YUV 63.82 107.79 141.68 -
System Red Green Blue C M Y K H S L
Decimal 83 61 28 0 0.27 0.66 0.67 36 0.5 0.22
Hex 53 3D 1C 0 1B 42 43 24 32 16
Octal 123 75 34 0 33 102 103 44 62 26
Binary 1010011 111101 11100 0 11011 1000010 1000011 100100 110010 10110

Color Harmonies of #533D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D1C

Black with #533D1C

Text Example


Text Example

White with #533D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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