Html Css Color HEX #533D1A Clinker

📋 copy color: '#533D1A'

red 83 ◦ green 61 ◦ blue 26

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

Shades of Clinker #533D1A

Tints of Clinker #533D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.29%

R = 48.82%
G = 35.88%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#533D1A (or 0x533D1A) is known color: Clinker. HEX triplet: 53, 3D and 1A. RGB value is (83,61,26). Sum of RGB (Red+Green+Blue) = 83+61+26=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #533D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D1A is #ACC2E5. Grayscale: #3F3F3F. Windows color (decimal): -11322086 or 1719635. OLE color: 1719635.

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

Color convert

RGB 83 61 26 -
CMYK 0 0.27 0.69 0.67
HSL 36.84º 0.52% 0.21% -
HSV(B) 36.84º 0.69% 0.33% -
XYZ 5.42 5.25 1.71 -
YUV 63.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 83 61 26 0 0.27 0.69 0.67 36.84 0.52 0.21
Hex 53 3D 1A 0 1B 45 43 25 34 15
Octal 123 75 32 0 33 105 103 45 64 25
Binary 1010011 111101 11010 0 11011 1000101 1000011 100101 110100 10101

Color Harmonies of #533D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D1A

Black with #533D1A

Text Example


Text Example

White with #533D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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