Html Css Color HEX #431502 Brown Pod

📋 copy color: '#431502'

red 67 ◦ green 21 ◦ blue 2

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

Shades of Brown Pod #431502

Tints of Brown Pod #431502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.22%

R = 74.44%
G = 23.33%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#431502 (or 0x431502) is known color: Brown Pod. HEX triplet: 43, 15 and 02. RGB value is (67,21,2). Sum of RGB (Red+Green+Blue) = 67+21+2=90 (11% of max value = 765). Red value is 67 (26.56% from 255 or 74.44% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 67 - color contains mainly: red. Hex color #431502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431502 is #BCEAFD. Grayscale: #202020. Windows color (decimal): -12380926 or 136515. OLE color: 136515.

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

Color convert

RGB 67 21 2 -
CMYK 0 0.69 0.97 0.74
HSL 17.54º 0.94% 0.14% -
HSV(B) 17.54º 0.97% 0.26% -
XYZ 2.59 1.73 0.26 -
YUV 32.59 110.74 152.54 -
System Red Green Blue C M Y K H S L
Decimal 67 21 2 0 0.69 0.97 0.74 17.54 0.94 0.14
Hex 43 15 2 0 45 61 4A 12 5E E
Octal 103 25 2 0 105 141 112 22 136 16
Binary 1000011 10101 10 0 1000101 1100001 1001010 10010 1011110 1110

Color Harmonies of #431502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431502

Black with #431502

Text Example


Text Example

White with #431502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431502; }

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

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

background-color css

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

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

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

border-color css

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

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

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