Html Css Color HEX #431304 Brown Pod

📋 copy color: '#431304'

red 67 ◦ green 19 ◦ blue 4

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

Shades of Brown Pod #431304

Tints of Brown Pod #431304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.11%

 BLUE value IS 4 (1.95% from 255) = 4.44%

R = 74.44%
G = 21.11%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#431304 (or 0x431304) is known color: Brown Pod. HEX triplet: 43, 13 and 04. RGB value is (67,19,4). Sum of RGB (Red+Green+Blue) = 67+19+4=90 (11% of max value = 765). Red value is 67 (26.56% from 255 or 74.44% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 67 - color contains mainly: red. Hex color #431304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431304 is #BCECFB. Grayscale: #1F1F1F. Windows color (decimal): -12381436 or 267075. OLE color: 267075.

HSL color Cylindrical-coordinate representation of color #431304: hue angle of 14.29º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #431304 is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 19 4 -
CMYK 0 0.72 0.94 0.74
HSL 14.29º 0.89% 0.14% -
HSV(B) 14.29º 0.94% 0.26% -
XYZ 2.57 1.67 0.3 -
YUV 31.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 67 19 4 0 0.72 0.94 0.74 14.29 0.89 0.14
Hex 43 13 4 0 48 5E 4A E 59 E
Octal 103 23 4 0 110 136 112 16 131 16
Binary 1000011 10011 100 0 1001000 1011110 1001010 1110 1011001 1110

Color Harmonies of #431304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431304

Black with #431304

Text Example


Text Example

White with #431304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431304; }

 p { color: rgb(67,19,4); }

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

background-color css

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

 a { background-color: rgb(67,19,4); }

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

border-color css

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

 span { border-color: rgb(67,19,4); }

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