#423500

Color #423500 Mikado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mikado #423500

Tints of Mikado #423500

Color information

#423500 (or 0x423500) is unknown color: approx Mikado. HEX triplet: 42, 35 and 00. RGB value is (66,53,0). Sum of RGB (Red+Green+Blue) = 66+53+0=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #423500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423500 is #BDCAFF. Grayscale: #333333. Windows color (decimal): -12438272 or 13634. OLE color: 13634.

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

Color convert

RGB66530-
CMYK00.2010.74
HSL48.18º100%12.94%-
HSV(B)48.18º100%25.88%-
XYZ3.523.70.53-
YUV50.8499.31138.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.46%
GREEN value IS 53 (21.09% from 255) = 44.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.46%
G=44.54%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6653000.2010.7448.1810012.94
Hex42350014644A3064d
Octal1026500241441126014415
Binary100001011010100101001100100100101011000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423500; }

 p { color: rgb(66,53,0); }

 H1.HeaderClassName
 {
   color: #423500;
 }
 .AnyTagClassName
 {
   color: #423500;
 }
</style>
background-color css

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

 a { background-color: rgb(66,53,0); }

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

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

 span { border-color: rgb(66,53,0); }

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