Html Css Color HEX #42360F Mikado

📋 copy color: '#42360F'

red 66 ◦ green 54 ◦ blue 15

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

Shades of Mikado #42360F

Tints of Mikado #42360F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.11%

R = 48.89%
G = 40%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#42360F (or 0x42360F) is known color: Mikado. HEX triplet: 42, 36 and 0F. RGB value is (66,54,15). Sum of RGB (Red+Green+Blue) = 66+54+15=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #42360F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42360F is #BDC9F0. Grayscale: #353535. Windows color (decimal): -12438001 or 996930. OLE color: 996930.

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

Color convert

RGB 66 54 15 -
CMYK 0 0.18 0.77 0.74
HSL 45.88º 0.63% 0.16% -
HSV(B) 45.88º 0.77% 0.26% -
XYZ 3.65 3.83 1 -
YUV 53.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 66 54 15 0 0.18 0.77 0.74 45.88 0.63 0.16
Hex 42 36 F 0 12 4D 4A 2E 3F 10
Octal 102 66 17 0 22 115 112 56 77 20
Binary 1000010 110110 1111 0 10010 1001101 1001010 101110 111111 10000

Color Harmonies of #42360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42360F

Black with #42360F

Text Example


Text Example

White with #42360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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