Html Css Color HEX #401703 Brown Pod

📋 copy color: '#401703'

red 64 ◦ green 23 ◦ blue 3

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

Shades of Brown Pod #401703

Tints of Brown Pod #401703

RGB

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

 GREEN value IS 23 (9.38% from 255) = 25.56%

 BLUE value IS 3 (1.56% from 255) = 3.33%

R = 71.11%
G = 25.56%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#401703 (or 0x401703) is known color: Brown Pod. HEX triplet: 40, 17 and 03. RGB value is (64,23,3). Sum of RGB (Red+Green+Blue) = 64+23+3=90 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.11% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 3 (1.56% from 255 or 3.33% from 90); Max value from RGB is 64 - color contains mainly: red. Hex color #401703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401703 is #BFE8FC. Grayscale: #212121. Windows color (decimal): -12577021 or 202560. OLE color: 202560.

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

Color convert

RGB 64 23 3 -
CMYK 0 0.64 0.95 0.75
HSL 19.67º 0.91% 0.13% -
HSV(B) 19.67º 0.95% 0.25% -
XYZ 2.44 1.71 0.29 -
YUV 32.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 64 23 3 0 0.64 0.95 0.75 19.67 0.91 0.13
Hex 40 17 3 0 40 5F 4B 14 5B D
Octal 100 27 3 0 100 137 113 24 133 15
Binary 1000000 10111 11 0 1000000 1011111 1001011 10100 1011011 1101

Color Harmonies of #401703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401703

Black with #401703

Text Example


Text Example

White with #401703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401703; }

 p { color: rgb(64,23,3); }

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

background-color css

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

 a { background-color: rgb(64,23,3); }

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

border-color css

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

 span { border-color: rgb(64,23,3); }

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