Html Css Color HEX #441302 Brown Pod

📋 copy color: '#441302'

red 68 ◦ green 19 ◦ blue 2

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

Shades of Brown Pod #441302

Tints of Brown Pod #441302

RGB

 RED value IS 68 (26.95% from 255) = 76.4%

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

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

R = 76.4%
G = 21.35%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#441302 (or 0x441302) is known color: Brown Pod. HEX triplet: 44, 13 and 02. RGB value is (68,19,2). Sum of RGB (Red+Green+Blue) = 68+19+2=89 (11% of max value = 765). Red value is 68 (26.95% from 255 or 76.40% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 68 - color contains mainly: red. Hex color #441302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441302 is #BBECFD. Grayscale: #1F1F1F. Windows color (decimal): -12315902 or 136004. OLE color: 136004.

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

Color convert

RGB 68 19 2 -
CMYK 0 0.72 0.97 0.73
HSL 15.45º 0.94% 0.14% -
HSV(B) 15.45º 0.97% 0.27% -
XYZ 2.63 1.7 0.25 -
YUV 31.71 111.23 153.88 -
System Red Green Blue C M Y K H S L
Decimal 68 19 2 0 0.72 0.97 0.73 15.45 0.94 0.14
Hex 44 13 2 0 48 61 49 F 5E E
Octal 104 23 2 0 110 141 111 17 136 16
Binary 1000100 10011 10 0 1001000 1100001 1001001 1111 1011110 1110

Color Harmonies of #441302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441302

Black with #441302

Text Example


Text Example

White with #441302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441302; }

 p { color: rgb(68,19,2); }

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

background-color css

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

 a { background-color: rgb(68,19,2); }

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

border-color css

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

 span { border-color: rgb(68,19,2); }

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