Html Css Color HEX #533B1A Clinker

📋 copy color: '#533B1A'

red 83 ◦ green 59 ◦ blue 26

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

Shades of Clinker #533B1A

Tints of Clinker #533B1A

RGB

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

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

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

R = 49.4%
G = 35.12%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#533B1A (or 0x533B1A) is known color: Clinker. HEX triplet: 53, 3B and 1A. RGB value is (83,59,26). Sum of RGB (Red+Green+Blue) = 83+59+26=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #533B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B1A is #ACC4E5. Grayscale: #3E3E3E. Windows color (decimal): -11322598 or 1719123. OLE color: 1719123.

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

Color convert

RGB 83 59 26 -
CMYK 0 0.29 0.69 0.67
HSL 34.74º 0.52% 0.21% -
HSV(B) 34.74º 0.69% 0.33% -
XYZ 5.32 5.04 1.67 -
YUV 62.41 107.45 142.68 -
System Red Green Blue C M Y K H S L
Decimal 83 59 26 0 0.29 0.69 0.67 34.74 0.52 0.21
Hex 53 3B 1A 0 1D 45 43 23 34 15
Octal 123 73 32 0 35 105 103 43 64 25
Binary 1010011 111011 11010 0 11101 1000101 1000011 100011 110100 10101

Color Harmonies of #533B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B1A

Black with #533B1A

Text Example


Text Example

White with #533B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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