Html Css Color HEX #533C1F Clinker

📋 copy color: '#533C1F'

red 83 ◦ green 60 ◦ blue 31

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

Shades of Clinker #533C1F

Tints of Clinker #533C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.82%

R = 47.7%
G = 34.48%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#533C1F (or 0x533C1F) is known color: Clinker. HEX triplet: 53, 3C and 1F. RGB value is (83,60,31). Sum of RGB (Red+Green+Blue) = 83+60+31=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #533C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C1F is #ACC3E0. Grayscale: #3F3F3F. Windows color (decimal): -11322337 or 2047059. OLE color: 2047059.

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

Color convert

RGB 83 60 31 -
CMYK 0 0.28 0.63 0.67
HSL 33.46º 0.46% 0.22% -
HSV(B) 33.46º 0.63% 0.33% -
XYZ 5.43 5.17 2.01 -
YUV 63.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 83 60 31 0 0.28 0.63 0.67 33.46 0.46 0.22
Hex 53 3C 1F 0 1C 3F 43 21 2E 16
Octal 123 74 37 0 34 77 103 41 56 26
Binary 1010011 111100 11111 0 11100 111111 1000011 100001 101110 10110

Color Harmonies of #533C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C1F

Black with #533C1F

Text Example


Text Example

White with #533C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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