Html Css Color HEX #431503 Brown Pod

📋 copy color: '#431503'

red 67 ◦ green 21 ◦ blue 3

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

Shades of Brown Pod #431503

Tints of Brown Pod #431503

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.08%

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

R = 73.63%
G = 23.08%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.74

RGB Variations

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

Color information

#431503 (or 0x431503) is known color: Brown Pod. HEX triplet: 43, 15 and 03. RGB value is (67,21,3). Sum of RGB (Red+Green+Blue) = 67+21+3=91 (12% of max value = 765). Red value is 67 (26.56% from 255 or 73.63% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 67 - color contains mainly: red. Hex color #431503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431503 is #BCEAFC. Grayscale: #202020. Windows color (decimal): -12380925 or 202051. OLE color: 202051.

HSL color Cylindrical-coordinate representation of color #431503: hue angle of 16.88º 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 #431503 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 21 3 -
CMYK 0 0.69 0.96 0.74
HSL 16.88º 0.91% 0.14% -
HSV(B) 16.88º 0.96% 0.26% -
XYZ 2.6 1.74 0.28 -
YUV 32.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 67 21 3 0 0.69 0.96 0.74 16.88 0.91 0.14
Hex 43 15 3 0 45 60 4A 11 5B E
Octal 103 25 3 0 105 140 112 21 133 16
Binary 1000011 10101 11 0 1000101 1100000 1001010 10001 1011011 1110

Color Harmonies of #431503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431503

Black with #431503

Text Example


Text Example

White with #431503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431503; }

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

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

background-color css

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

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

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

border-color css

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

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

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