Html Css Color HEX #381809 Brown Pod

📋 copy color: '#381809'

red 56 ◦ green 24 ◦ blue 9

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

Shades of Brown Pod #381809

Tints of Brown Pod #381809

RGB

 RED value IS 56 (22.27% from 255) = 62.92%

 GREEN value IS 24 (9.77% from 255) = 26.97%

 BLUE value IS 9 (3.91% from 255) = 10.11%

R = 62.92%
G = 26.97%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#381809 (or 0x381809) is known color: Brown Pod. HEX triplet: 38, 18 and 09. RGB value is (56,24,9). Sum of RGB (Red+Green+Blue) = 56+24+9=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #381809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381809 is #C7E7F6. Grayscale: #1F1F1F. Windows color (decimal): -13101047 or 596024. OLE color: 596024.

HSL color Cylindrical-coordinate representation of color #381809: hue angle of 19.15º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #381809 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 24 9 -
CMYK 0 0.57 0.84 0.78
HSL 19.15º 0.72% 0.13% -
HSV(B) 19.15º 0.84% 0.22% -
XYZ 2.01 1.51 0.44 -
YUV 31.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 56 24 9 0 0.57 0.84 0.78 19.15 0.72 0.13
Hex 38 18 9 0 39 54 4E 13 48 D
Octal 70 30 11 0 71 124 116 23 110 15
Binary 111000 11000 1001 0 111001 1010100 1001110 10011 1001000 1101

Color Harmonies of #381809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381809

Black with #381809

Text Example


Text Example

White with #381809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381809; }

 p { color: rgb(56,24,9); }

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

background-color css

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

 a { background-color: rgb(56,24,9); }

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

border-color css

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

 span { border-color: rgb(56,24,9); }

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