Html Css Color HEX #44251D Brown Pod

📋 copy color: '#44251D'

red 68 ◦ green 37 ◦ blue 29

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

Shades of Brown Pod #44251D

Tints of Brown Pod #44251D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.64%

R = 50.75%
G = 27.61%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#44251D (or 0x44251D) is known color: Brown Pod. HEX triplet: 44, 25 and 1D. RGB value is (68,37,29). Sum of RGB (Red+Green+Blue) = 68+37+29=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #44251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44251D is #BBDAE2. Grayscale: #2D2D2D. Windows color (decimal): -12311267 or 1910084. OLE color: 1910084.

HSL color Cylindrical-coordinate representation of color #44251D: hue angle of 12.31º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44251D is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 37 29 -
CMYK 0 0.46 0.57 0.73
HSL 12.31º 0.4% 0.19% -
HSV(B) 12.31º 0.57% 0.27% -
XYZ 3.27 2.64 1.5 -
YUV 45.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 68 37 29 0 0.46 0.57 0.73 12.31 0.4 0.19
Hex 44 25 1D 0 2E 39 49 C 28 13
Octal 104 45 35 0 56 71 111 14 50 23
Binary 1000100 100101 11101 0 101110 111001 1001001 1100 101000 10011

Color Harmonies of #44251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44251D

Black with #44251D

Text Example


Text Example

White with #44251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44251D; }

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

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

background-color css

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

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

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

border-color css

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

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

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