Html Css Color HEX #381F0F Brown Pod

📋 copy color: '#381F0F'

red 56 ◦ green 31 ◦ blue 15

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

Shades of Brown Pod #381F0F

Tints of Brown Pod #381F0F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.39%

 BLUE value IS 15 (6.25% from 255) = 14.71%

R = 54.9%
G = 30.39%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#381F0F (or 0x381F0F) is known color: Brown Pod. HEX triplet: 38, 1F and 0F. RGB value is (56,31,15). Sum of RGB (Red+Green+Blue) = 56+31+15=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #381F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F0F is #C7E0F0. Grayscale: #242424. Windows color (decimal): -13099249 or 991032. OLE color: 991032.

HSL color Cylindrical-coordinate representation of color #381F0F: hue angle of 23.41º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #381F0F is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 31 15 -
CMYK 0 0.45 0.73 0.78
HSL 23.41º 0.58% 0.14% -
HSV(B) 23.41º 0.73% 0.22% -
XYZ 2.21 1.86 0.69 -
YUV 36.65 115.78 141.8 -
System Red Green Blue C M Y K H S L
Decimal 56 31 15 0 0.45 0.73 0.78 23.41 0.58 0.14
Hex 38 1F F 0 2D 49 4E 17 3A E
Octal 70 37 17 0 55 111 116 27 72 16
Binary 111000 11111 1111 0 101101 1001001 1001110 10111 111010 1110

Color Harmonies of #381F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F0F

Black with #381F0F

Text Example


Text Example

White with #381F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,31,15); }

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

background-color css

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

 a { background-color: rgb(56,31,15); }

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

border-color css

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

 span { border-color: rgb(56,31,15); }

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