Html Css Color HEX #381500 Brown Pod

📋 copy color: '#381500'

red 56 ◦ green 21 ◦ blue 0

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

Shades of Brown Pod #381500

Tints of Brown Pod #381500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.73%
G = 27.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#381500 (or 0x381500) is known color: Brown Pod. HEX triplet: 38, 15 and 00. RGB value is (56,21,0). Sum of RGB (Red+Green+Blue) = 56+21+0=77 (10% of max value = 765). Red value is 56 (22.27% from 255 or 72.73% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 56 - color contains mainly: red. Hex color #381500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381500 is #C7EAFF. Grayscale: #1D1D1D. Windows color (decimal): -13101824 or 5432. OLE color: 5432.

HSL color Cylindrical-coordinate representation of color #381500: hue angle of 22.5º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #381500 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 21 0 -
CMYK 0 0.63 1 0.78
HSL 22.5º 1% 0.11% -
HSV(B) 22.5º 1% 0.22% -
XYZ 1.9 1.38 0.17 -
YUV 29.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 56 21 0 0 0.63 1 0.78 22.5 1 0.11
Hex 38 15 0 0 3F 64 4E 16 64 B
Octal 70 25 0 0 77 144 116 26 144 13
Binary 111000 10101 0 0 111111 1100100 1001110 10110 1100100 1011

Color Harmonies of #381500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381500

Black with #381500

Text Example


Text Example

White with #381500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381500; }

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

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

background-color css

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

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

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

border-color css

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

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

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