Html Css Color HEX #381303 Brown Pod

📋 copy color: '#381303'

red 56 ◦ green 19 ◦ blue 3

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

Shades of Brown Pod #381303

Tints of Brown Pod #381303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.85%

R = 71.79%
G = 24.36%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#381303 (or 0x381303) is known color: Brown Pod. HEX triplet: 38, 13 and 03. RGB value is (56,19,3). Sum of RGB (Red+Green+Blue) = 56+19+3=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #381303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381303 is #C7ECFC. Grayscale: #1C1C1C. Windows color (decimal): -13102333 or 201528. OLE color: 201528.

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

Color convert

RGB 56 19 3 -
CMYK 0 0.66 0.95 0.78
HSL 18.11º 0.9% 0.12% -
HSV(B) 18.11º 0.95% 0.22% -
XYZ 1.88 1.31 0.24 -
YUV 28.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 56 19 3 0 0.66 0.95 0.78 18.11 0.9 0.12
Hex 38 13 3 0 42 5F 4E 12 5A C
Octal 70 23 3 0 102 137 116 22 132 14
Binary 111000 10011 11 0 1000010 1011111 1001110 10010 1011010 1100

Color Harmonies of #381303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381303

Black with #381303

Text Example


Text Example

White with #381303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381303; }

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

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

background-color css

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

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

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

border-color css

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

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

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