Html Css Color HEX #431303 Brown Pod

📋 copy color: '#431303'

red 67 ◦ green 19 ◦ blue 3

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

Shades of Brown Pod #431303

Tints of Brown Pod #431303

RGB

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

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

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

R = 75.28%
G = 21.35%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.74

RGB Variations

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

Color information

#431303 (or 0x431303) is known color: Brown Pod. HEX triplet: 43, 13 and 03. RGB value is (67,19,3). Sum of RGB (Red+Green+Blue) = 67+19+3=89 (11% of max value = 765). Red value is 67 (26.56% from 255 or 75.28% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 67 - color contains mainly: red. Hex color #431303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431303 is #BCECFC. Grayscale: #1F1F1F. Windows color (decimal): -12381437 or 201539. OLE color: 201539.

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

Color convert

RGB 67 19 3 -
CMYK 0 0.72 0.96 0.74
HSL 15º 0.91% 0.14% -
HSV(B) 15º 0.96% 0.26% -
XYZ 2.56 1.67 0.27 -
YUV 31.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 67 19 3 0 0.72 0.96 0.74 15 0.91 0.14
Hex 43 13 3 0 48 60 4A F 5B E
Octal 103 23 3 0 110 140 112 17 133 16
Binary 1000011 10011 11 0 1001000 1100000 1001010 1111 1011011 1110

Color Harmonies of #431303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431303

Black with #431303

Text Example


Text Example

White with #431303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431303; }

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

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

background-color css

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

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

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

border-color css

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

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

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