Html Css Color HEX #381509 Brown Pod

📋 copy color: '#381509'

red 56 ◦ green 21 ◦ blue 9

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

Shades of Brown Pod #381509

Tints of Brown Pod #381509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.42%

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

R = 65.12%
G = 24.42%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#381509 (or 0x381509) is known color: Brown Pod. HEX triplet: 38, 15 and 09. RGB value is (56,21,9). Sum of RGB (Red+Green+Blue) = 56+21+9=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 9 (3.91% from 255 or 10.47% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #381509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381509 is #C7EAF6. Grayscale: #1E1E1E. Windows color (decimal): -13101815 or 595256. OLE color: 595256.

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

Color convert

RGB 56 21 9 -
CMYK 0 0.63 0.84 0.78
HSL 15.32º 0.72% 0.13% -
HSV(B) 15.32º 0.84% 0.22% -
XYZ 1.95 1.4 0.43 -
YUV 30.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 56 21 9 0 0.63 0.84 0.78 15.32 0.72 0.13
Hex 38 15 9 0 3F 54 4E F 48 D
Octal 70 25 11 0 77 124 116 17 110 15
Binary 111000 10101 1001 0 111111 1010100 1001110 1111 1001000 1101

Color Harmonies of #381509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381509

Black with #381509

Text Example


Text Example

White with #381509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381509; }

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

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

background-color css

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

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

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

border-color css

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

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

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