Html Css Color HEX #381301 Brown Pod

📋 copy color: '#381301'

red 56 ◦ green 19 ◦ blue 1

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

Shades of Brown Pod #381301

Tints of Brown Pod #381301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25%

 BLUE value IS 1 (0.78% from 255) = 1.32%

R = 73.68%
G = 25%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#381301 (or 0x381301) is known color: Brown Pod. HEX triplet: 38, 13 and 01. RGB value is (56,19,1). Sum of RGB (Red+Green+Blue) = 56+19+1=76 (10% of max value = 765). Red value is 56 (22.27% from 255 or 73.68% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 56 - color contains mainly: red. Hex color #381301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381301 is #C7ECFE. Grayscale: #1C1C1C. Windows color (decimal): -13102335 or 70456. OLE color: 70456.

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

Color convert

RGB 56 19 1 -
CMYK 0 0.66 0.98 0.78
HSL 19.64º 0.96% 0.11% -
HSV(B) 19.64º 0.98% 0.22% -
XYZ 1.87 1.31 0.18 -
YUV 28.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 56 19 1 0 0.66 0.98 0.78 19.64 0.96 0.11
Hex 38 13 1 0 42 62 4E 14 60 B
Octal 70 23 1 0 102 142 116 24 140 13
Binary 111000 10011 1 0 1000010 1100010 1001110 10100 1100000 1011

Color Harmonies of #381301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381301

Black with #381301

Text Example


Text Example

White with #381301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381301; }

 p { color: rgb(56,19,1); }

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

background-color css

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

 a { background-color: rgb(56,19,1); }

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

border-color css

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

 span { border-color: rgb(56,19,1); }

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