Html Css Color HEX #381C0F Brown Pod

📋 copy color: '#381C0F'

red 56 ◦ green 28 ◦ blue 15

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

Shades of Brown Pod #381C0F

Tints of Brown Pod #381C0F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 28.28%

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

R = 56.57%
G = 28.28%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#381C0F (or 0x381C0F) is known color: Brown Pod. HEX triplet: 38, 1C and 0F. RGB value is (56,28,15). Sum of RGB (Red+Green+Blue) = 56+28+15=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 28 (11.33% from 255 or 28.28% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #381C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C0F is #C7E3F0. Grayscale: #222222. Windows color (decimal): -13100017 or 990264. OLE color: 990264.

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

Color convert

RGB 56 28 15 -
CMYK 0 0.50 0.73 0.78
HSL 19.02º 0.58% 0.14% -
HSV(B) 19.02º 0.73% 0.22% -
XYZ 2.13 1.71 0.67 -
YUV 34.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 56 28 15 0 0.50 0.73 0.78 19.02 0.58 0.14
Hex 38 1C F 0 32 49 4E 13 3A E
Octal 70 34 17 0 62 111 116 23 72 16
Binary 111000 11100 1111 0 110010 1001001 1001110 10011 111010 1110

Color Harmonies of #381C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C0F

Black with #381C0F

Text Example


Text Example

White with #381C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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