Html Css Color HEX #42360D Mikado

📋 copy color: '#42360D'

red 66 ◦ green 54 ◦ blue 13

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

Shades of Mikado #42360D

Tints of Mikado #42360D

RGB

 RED value IS 66 (26.17% from 255) = 49.62%

 GREEN value IS 54 (21.48% from 255) = 40.6%

 BLUE value IS 13 (5.47% from 255) = 9.77%

R = 49.62%
G = 40.6%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#42360D (or 0x42360D) is known color: Mikado. HEX triplet: 42, 36 and 0D. RGB value is (66,54,13). Sum of RGB (Red+Green+Blue) = 66+54+13=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #42360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42360D is #BDC9F2. Grayscale: #353535. Windows color (decimal): -12438003 or 865858. OLE color: 865858.

HSL color Cylindrical-coordinate representation of color #42360D: hue angle of 46.42º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42360D is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 54 13 -
CMYK 0 0.18 0.80 0.74
HSL 46.42º 0.67% 0.15% -
HSV(B) 46.42º 0.8% 0.26% -
XYZ 3.64 3.83 0.93 -
YUV 52.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 66 54 13 0 0.18 0.80 0.74 46.42 0.67 0.15
Hex 42 36 D 0 12 50 4A 2E 43 F
Octal 102 66 15 0 22 120 112 56 103 17
Binary 1000010 110110 1101 0 10010 1010000 1001010 101110 1000011 1111

Color Harmonies of #42360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42360D

Black with #42360D

Text Example


Text Example

White with #42360D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42360D; }

 p { color: rgb(66,54,13); }

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

background-color css

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

 a { background-color: rgb(66,54,13); }

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

border-color css

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

 span { border-color: rgb(66,54,13); }

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