Html Css Color HEX #423007 Mikado

📋 copy color: '#423007'

red 66 ◦ green 48 ◦ blue 7

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

Shades of Mikado #423007

Tints of Mikado #423007

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.67%

 BLUE value IS 7 (3.13% from 255) = 5.79%

R = 54.55%
G = 39.67%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.74

RGB Variations

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

Color information

#423007 (or 0x423007) is known color: Mikado. HEX triplet: 42, 30 and 07. RGB value is (66,48,7). Sum of RGB (Red+Green+Blue) = 66+48+7=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 7 (3.12% from 255 or 5.79% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #423007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423007 is #BDCFF8. Grayscale: #303030. Windows color (decimal): -12439545 or 471106. OLE color: 471106.

HSL color Cylindrical-coordinate representation of color #423007: hue angle of 41.69º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #423007 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 48 7 -
CMYK 0 0.27 0.89 0.74
HSL 41.69º 0.81% 0.14% -
HSV(B) 41.69º 0.89% 0.26% -
XYZ 3.34 3.29 0.66 -
YUV 48.71 104.46 140.33 -
System Red Green Blue C M Y K H S L
Decimal 66 48 7 0 0.27 0.89 0.74 41.69 0.81 0.14
Hex 42 30 7 0 1B 59 4A 2A 51 E
Octal 102 60 7 0 33 131 112 52 121 16
Binary 1000010 110000 111 0 11011 1011001 1001010 101010 1010001 1110

Color Harmonies of #423007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423007

Black with #423007

Text Example


Text Example

White with #423007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423007; }

 p { color: rgb(66,48,7); }

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

background-color css

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

 a { background-color: rgb(66,48,7); }

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

border-color css

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

 span { border-color: rgb(66,48,7); }

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