Html Css Color HEX #42360B Mikado

📋 copy color: '#42360B'

red 66 ◦ green 54 ◦ blue 11

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

Shades of Mikado #42360B

Tints of Mikado #42360B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.4%

R = 50.38%
G = 41.22%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.74

RGB Variations

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

Color information

#42360B (or 0x42360B) is known color: Mikado. HEX triplet: 42, 36 and 0B. RGB value is (66,54,11). Sum of RGB (Red+Green+Blue) = 66+54+11=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #42360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42360B is #BDC9F4. Grayscale: #343434. Windows color (decimal): -12438005 or 734786. OLE color: 734786.

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

Color convert

RGB 66 54 11 -
CMYK 0 0.18 0.83 0.74
HSL 46.91º 0.71% 0.15% -
HSV(B) 46.91º 0.83% 0.26% -
XYZ 3.63 3.82 0.86 -
YUV 52.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 66 54 11 0 0.18 0.83 0.74 46.91 0.71 0.15
Hex 42 36 B 0 12 53 4A 2F 47 F
Octal 102 66 13 0 22 123 112 57 107 17
Binary 1000010 110110 1011 0 10010 1010011 1001010 101111 1000111 1111

Color Harmonies of #42360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42360B

Black with #42360B

Text Example


Text Example

White with #42360B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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