Html Css Color HEX #533B1F Clinker

📋 copy color: '#533B1F'

red 83 ◦ green 59 ◦ blue 31

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

Shades of Clinker #533B1F

Tints of Clinker #533B1F

RGB

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

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

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

R = 47.98%
G = 34.1%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#533B1F (or 0x533B1F) is known color: Clinker. HEX triplet: 53, 3B and 1F. RGB value is (83,59,31). Sum of RGB (Red+Green+Blue) = 83+59+31=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #533B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B1F is #ACC4E0. Grayscale: #3F3F3F. Windows color (decimal): -11322593 or 2046803. OLE color: 2046803.

HSL color Cylindrical-coordinate representation of color #533B1F: hue angle of 32.31º 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 #533B1F is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 59 31 -
CMYK 0 0.29 0.63 0.67
HSL 32.31º 0.46% 0.22% -
HSV(B) 32.31º 0.63% 0.33% -
XYZ 5.38 5.07 1.99 -
YUV 62.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 83 59 31 0 0.29 0.63 0.67 32.31 0.46 0.22
Hex 53 3B 1F 0 1D 3F 43 20 2E 16
Octal 123 73 37 0 35 77 103 40 56 26
Binary 1010011 111011 11111 0 11101 111111 1000011 100000 101110 10110

Color Harmonies of #533B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B1F

Black with #533B1F

Text Example


Text Example

White with #533B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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