Html Css Color HEX #431401 Brown Pod

📋 copy color: '#431401'

red 67 ◦ green 20 ◦ blue 1

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

Shades of Brown Pod #431401

Tints of Brown Pod #431401

RGB

 RED value IS 67 (26.56% from 255) = 76.14%

 GREEN value IS 20 (8.2% from 255) = 22.73%

 BLUE value IS 1 (0.78% from 255) = 1.14%

R = 76.14%
G = 22.73%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.74

RGB Variations

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

Color information

#431401 (or 0x431401) is known color: Brown Pod. HEX triplet: 43, 14 and 01. RGB value is (67,20,1). Sum of RGB (Red+Green+Blue) = 67+20+1=88 (11% of max value = 765). Red value is 67 (26.56% from 255 or 76.14% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 67 - color contains mainly: red. Hex color #431401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431401 is #BCEBFE. Grayscale: #202020. Windows color (decimal): -12381183 or 70723. OLE color: 70723.

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

Color convert

RGB 67 20 1 -
CMYK 0 0.70 0.99 0.74
HSL 17.27º 0.97% 0.13% -
HSV(B) 17.27º 0.99% 0.26% -
XYZ 2.57 1.7 0.22 -
YUV 31.89 110.57 153.04 -
System Red Green Blue C M Y K H S L
Decimal 67 20 1 0 0.70 0.99 0.74 17.27 0.97 0.13
Hex 43 14 1 0 46 63 4A 11 61 D
Octal 103 24 1 0 106 143 112 21 141 15
Binary 1000011 10100 1 0 1000110 1100011 1001010 10001 1100001 1101

Color Harmonies of #431401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431401

Black with #431401

Text Example


Text Example

White with #431401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431401; }

 p { color: rgb(67,20,1); }

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

background-color css

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

 a { background-color: rgb(67,20,1); }

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

border-color css

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

 span { border-color: rgb(67,20,1); }

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