Html Css Color HEX #442510 Brown Pod

📋 copy color: '#442510'

red 68 ◦ green 37 ◦ blue 16

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

Shades of Brown Pod #442510

Tints of Brown Pod #442510

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.58%

 BLUE value IS 16 (6.64% from 255) = 13.22%

R = 56.2%
G = 30.58%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#442510 (or 0x442510) is known color: Brown Pod. HEX triplet: 44, 25 and 10. RGB value is (68,37,16). Sum of RGB (Red+Green+Blue) = 68+37+16=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #442510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442510 is #BBDAEF. Grayscale: #2B2B2B. Windows color (decimal): -12311280 or 1058116. OLE color: 1058116.

HSL color Cylindrical-coordinate representation of color #442510: hue angle of 24.23º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #442510 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 37 16 -
CMYK 0 0.46 0.76 0.73
HSL 24.23º 0.62% 0.16% -
HSV(B) 24.23º 0.76% 0.27% -
XYZ 3.14 2.59 0.82 -
YUV 43.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 68 37 16 0 0.46 0.76 0.73 24.23 0.62 0.16
Hex 44 25 10 0 2E 4C 49 18 3E 10
Octal 104 45 20 0 56 114 111 30 76 20
Binary 1000100 100101 10000 0 101110 1001100 1001001 11000 111110 10000

Color Harmonies of #442510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442510

Black with #442510

Text Example


Text Example

White with #442510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442510; }

 p { color: rgb(68,37,16); }

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

background-color css

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

 a { background-color: rgb(68,37,16); }

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

border-color css

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

 span { border-color: rgb(68,37,16); }

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