Html Css Color HEX #534008 Madras

📋 copy color: '#534008'

red 83 ◦ green 64 ◦ blue 8

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

Shades of Madras #534008

Tints of Madras #534008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.29%

 BLUE value IS 8 (3.52% from 255) = 5.16%

R = 53.55%
G = 41.29%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#534008 (or 0x534008) is known color: Madras. HEX triplet: 53, 40 and 08. RGB value is (83,64,8). Sum of RGB (Red+Green+Blue) = 83+64+8=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #534008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534008 is #ACBFF7. Grayscale: #3F3F3F. Windows color (decimal): -11321336 or 540755. OLE color: 540755.

HSL color Cylindrical-coordinate representation of color #534008: hue angle of 44.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #534008 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 64 8 -
CMYK 0 0.23 0.90 0.67
HSL 44.8º 0.82% 0.18% -
HSV(B) 44.8º 0.9% 0.33% -
XYZ 5.44 5.52 1.01 -
YUV 63.3 96.79 142.05 -
System Red Green Blue C M Y K H S L
Decimal 83 64 8 0 0.23 0.90 0.67 44.8 0.82 0.18
Hex 53 40 8 0 17 5A 43 2D 52 12
Octal 123 100 10 0 27 132 103 55 122 22
Binary 1010011 1000000 1000 0 10111 1011010 1000011 101101 1010010 10010

Color Harmonies of #534008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534008

Black with #534008

Text Example


Text Example

White with #534008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534008; }

 p { color: rgb(83,64,8); }

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

background-color css

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

 a { background-color: rgb(83,64,8); }

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

border-color css

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

 span { border-color: rgb(83,64,8); }

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