Html Css Color HEX #533C1D Clinker

📋 copy color: '#533C1D'

red 83 ◦ green 60 ◦ blue 29

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

Shades of Clinker #533C1D

Tints of Clinker #533C1D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.88%

 BLUE value IS 29 (11.72% from 255) = 16.86%

R = 48.26%
G = 34.88%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#533C1D (or 0x533C1D) is known color: Clinker. HEX triplet: 53, 3C and 1D. RGB value is (83,60,29). Sum of RGB (Red+Green+Blue) = 83+60+29=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #533C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C1D is #ACC3E2. Grayscale: #3F3F3F. Windows color (decimal): -11322339 or 1915987. OLE color: 1915987.

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

Color convert

RGB 83 60 29 -
CMYK 0 0.28 0.65 0.67
HSL 34.44º 0.48% 0.22% -
HSV(B) 34.44º 0.65% 0.33% -
XYZ 5.4 5.16 1.87 -
YUV 63.34 108.62 142.02 -
System Red Green Blue C M Y K H S L
Decimal 83 60 29 0 0.28 0.65 0.67 34.44 0.48 0.22
Hex 53 3C 1D 0 1C 41 43 22 30 16
Octal 123 74 35 0 34 101 103 42 60 26
Binary 1010011 111100 11101 0 11100 1000001 1000011 100010 110000 10110

Color Harmonies of #533C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C1D

Black with #533C1D

Text Example


Text Example

White with #533C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,60,29); }

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

background-color css

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

 a { background-color: rgb(83,60,29); }

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

border-color css

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

 span { border-color: rgb(83,60,29); }

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