Html Css Color HEX #423302 Mikado

📋 copy color: '#423302'

red 66 ◦ green 51 ◦ blue 2

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

Shades of Mikado #423302

Tints of Mikado #423302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.68%

R = 55.46%
G = 42.86%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#423302 (or 0x423302) is known color: Mikado. HEX triplet: 42, 33 and 02. RGB value is (66,51,2). Sum of RGB (Red+Green+Blue) = 66+51+2=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #423302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423302 is #BDCCFD. Grayscale: #323232. Windows color (decimal): -12438782 or 144194. OLE color: 144194.

HSL color Cylindrical-coordinate representation of color #423302: hue angle of 45.94º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #423302 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 51 2 -
CMYK 0 0.23 0.97 0.74
HSL 45.94º 0.94% 0.13% -
HSV(B) 45.94º 0.97% 0.26% -
XYZ 3.44 3.53 0.56 -
YUV 49.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 66 51 2 0 0.23 0.97 0.74 45.94 0.94 0.13
Hex 42 33 2 0 17 61 4A 2E 5E D
Octal 102 63 2 0 27 141 112 56 136 15
Binary 1000010 110011 10 0 10111 1100001 1001010 101110 1011110 1101

Color Harmonies of #423302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423302

Black with #423302

Text Example


Text Example

White with #423302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423302; }

 p { color: rgb(66,51,2); }

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

background-color css

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

 a { background-color: rgb(66,51,2); }

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

border-color css

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

 span { border-color: rgb(66,51,2); }

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