Html Css Color HEX #423800 Madras

📋 copy color: '#423800'

red 66 ◦ green 56 ◦ blue 0

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

Shades of Madras #423800

Tints of Madras #423800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 45.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.1%
G = 45.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#423800 (or 0x423800) is known color: Madras. HEX triplet: 42, 38 and 00. RGB value is (66,56,0). Sum of RGB (Red+Green+Blue) = 66+56+0=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #423800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423800 is #BDC7FF. Grayscale: #343434. Windows color (decimal): -12437504 or 14402. OLE color: 14402.

HSL color Cylindrical-coordinate representation of color #423800: hue angle of 50.91º 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 #423800 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 56 0 -
CMYK 0 0.15 1 0.74
HSL 50.91º 1% 0.13% -
HSV(B) 50.91º 1% 0.26% -
XYZ 3.66 3.99 0.58 -
YUV 52.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 66 56 0 0 0.15 1 0.74 50.91 1 0.13
Hex 42 38 0 0 F 64 4A 33 64 D
Octal 102 70 0 0 17 144 112 63 144 15
Binary 1000010 111000 0 0 1111 1100100 1001010 110011 1100100 1101

Color Harmonies of #423800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423800

Black with #423800

Text Example


Text Example

White with #423800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423800; }

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

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

background-color css

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

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

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

border-color css

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

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

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