Html Css Color HEX #413308 Mikado

📋 copy color: '#413308'

red 65 ◦ green 51 ◦ blue 8

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

Shades of Mikado #413308

Tints of Mikado #413308

RGB

 RED value IS 65 (25.78% from 255) = 52.42%

 GREEN value IS 51 (20.31% from 255) = 41.13%

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

R = 52.42%
G = 41.13%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#413308 (or 0x413308) is known color: Mikado. HEX triplet: 41, 33 and 08. RGB value is (65,51,8). Sum of RGB (Red+Green+Blue) = 65+51+8=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #413308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413308 is #BECCF7. Grayscale: #323232. Windows color (decimal): -12504312 or 537409. OLE color: 537409.

HSL color Cylindrical-coordinate representation of color #413308: hue angle of 45.26º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #413308 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 51 8 -
CMYK 0 0.22 0.88 0.75
HSL 45.26º 0.78% 0.14% -
HSV(B) 45.26º 0.88% 0.25% -
XYZ 3.41 3.51 0.73 -
YUV 50.28 104.14 138.5 -
System Red Green Blue C M Y K H S L
Decimal 65 51 8 0 0.22 0.88 0.75 45.26 0.78 0.14
Hex 41 33 8 0 16 58 4B 2D 4E E
Octal 101 63 10 0 26 130 113 55 116 16
Binary 1000001 110011 1000 0 10110 1011000 1001011 101101 1001110 1110

Color Harmonies of #413308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413308

Black with #413308

Text Example


Text Example

White with #413308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413308; }

 p { color: rgb(65,51,8); }

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

background-color css

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

 a { background-color: rgb(65,51,8); }

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

border-color css

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

 span { border-color: rgb(65,51,8); }

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