Html Css Color HEX #401800 Brown Pod

📋 copy color: '#401800'

red 64 ◦ green 24 ◦ blue 0

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

Shades of Brown Pod #401800

Tints of Brown Pod #401800

RGB

 RED value IS 64 (25.39% from 255) = 72.73%

 GREEN value IS 24 (9.77% from 255) = 27.27%

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

R = 72.73%
G = 27.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#401800 (or 0x401800) is known color: Brown Pod. HEX triplet: 40, 18 and 00. RGB value is (64,24,0). Sum of RGB (Red+Green+Blue) = 64+24+0=88 (11% of max value = 765). Red value is 64 (25.39% from 255 or 72.73% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 64 - color contains mainly: red. Hex color #401800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401800 is #BFE7FF. Grayscale: #212121. Windows color (decimal): -12576768 or 6208. OLE color: 6208.

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

Color convert

RGB 64 24 0 -
CMYK 0 0.62 1 0.75
HSL 22.5º 1% 0.13% -
HSV(B) 22.5º 1% 0.25% -
XYZ 2.44 1.74 0.21 -
YUV 33.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 64 24 0 0 0.62 1 0.75 22.5 1 0.13
Hex 40 18 0 0 3E 64 4B 16 64 D
Octal 100 30 0 0 76 144 113 26 144 15
Binary 1000000 11000 0 0 111110 1100100 1001011 10110 1100100 1101

Color Harmonies of #401800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401800

Black with #401800

Text Example


Text Example

White with #401800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401800; }

 p { color: rgb(64,24,0); }

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

background-color css

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

 a { background-color: rgb(64,24,0); }

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

border-color css

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

 span { border-color: rgb(64,24,0); }

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