Html Css Color HEX #381D09 Brown Pod

📋 copy color: '#381D09'

red 56 ◦ green 29 ◦ blue 9

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

Shades of Brown Pod #381D09

Tints of Brown Pod #381D09

RGB

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

 GREEN value IS 29 (11.72% from 255) = 30.85%

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

R = 59.57%
G = 30.85%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#381D09 (or 0x381D09) is known color: Brown Pod. HEX triplet: 38, 1D and 09. RGB value is (56,29,9). Sum of RGB (Red+Green+Blue) = 56+29+9=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #381D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D09 is #C7E2F6. Grayscale: #222222. Windows color (decimal): -13099767 or 597304. OLE color: 597304.

HSL color Cylindrical-coordinate representation of color #381D09: hue angle of 25.53º 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 #381D09 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 29 9 -
CMYK 0 0.48 0.84 0.78
HSL 25.53º 0.72% 0.13% -
HSV(B) 25.53º 0.84% 0.22% -
XYZ 2.12 1.74 0.48 -
YUV 34.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 56 29 9 0 0.48 0.84 0.78 25.53 0.72 0.13
Hex 38 1D 9 0 30 54 4E 1A 48 D
Octal 70 35 11 0 60 124 116 32 110 15
Binary 111000 11101 1001 0 110000 1010100 1001110 11010 1001000 1101

Color Harmonies of #381D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D09

Black with #381D09

Text Example


Text Example

White with #381D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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