Html Css Color HEX #431203 Brown Pod

📋 copy color: '#431203'

red 67 ◦ green 18 ◦ blue 3

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

Shades of Brown Pod #431203

Tints of Brown Pod #431203

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.45%

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

R = 76.14%
G = 20.45%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.74

RGB Variations

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

Color information

#431203 (or 0x431203) is known color: Brown Pod. HEX triplet: 43, 12 and 03. RGB value is (67,18,3). Sum of RGB (Red+Green+Blue) = 67+18+3=88 (11% of max value = 765). Red value is 67 (26.56% from 255 or 76.14% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 67 - color contains mainly: red. Hex color #431203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431203 is #BCEDFC. Grayscale: #1F1F1F. Windows color (decimal): -12381693 or 201283. OLE color: 201283.

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

Color convert

RGB 67 18 3 -
CMYK 0 0.73 0.96 0.74
HSL 14.06º 0.91% 0.14% -
HSV(B) 14.06º 0.96% 0.26% -
XYZ 2.55 1.63 0.27 -
YUV 30.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 67 18 3 0 0.73 0.96 0.74 14.06 0.91 0.14
Hex 43 12 3 0 49 60 4A E 5B E
Octal 103 22 3 0 111 140 112 16 133 16
Binary 1000011 10010 11 0 1001001 1100000 1001010 1110 1011011 1110

Color Harmonies of #431203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431203

Black with #431203

Text Example


Text Example

White with #431203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431203; }

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

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

background-color css

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

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

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

border-color css

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

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

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