Html Css Color HEX #381503 Brown Pod

📋 copy color: '#381503'

red 56 ◦ green 21 ◦ blue 3

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

Shades of Brown Pod #381503

Tints of Brown Pod #381503

RGB

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

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

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

R = 70%
G = 26.25%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#381503 (or 0x381503) is known color: Brown Pod. HEX triplet: 38, 15 and 03. RGB value is (56,21,3). Sum of RGB (Red+Green+Blue) = 56+21+3=80 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 3 (1.56% from 255 or 3.75% from 80); Max value from RGB is 56 - color contains mainly: red. Hex color #381503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381503 is #C7EAFC. Grayscale: #1D1D1D. Windows color (decimal): -13101821 or 202040. OLE color: 202040.

HSL color Cylindrical-coordinate representation of color #381503: hue angle of 20.38º 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 #381503 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 21 3 -
CMYK 0 0.63 0.95 0.78
HSL 20.38º 0.9% 0.12% -
HSV(B) 20.38º 0.95% 0.22% -
XYZ 1.92 1.38 0.25 -
YUV 29.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 56 21 3 0 0.63 0.95 0.78 20.38 0.9 0.12
Hex 38 15 3 0 3F 5F 4E 14 5A C
Octal 70 25 3 0 77 137 116 24 132 14
Binary 111000 10101 11 0 111111 1011111 1001110 10100 1011010 1100

Color Harmonies of #381503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381503

Black with #381503

Text Example


Text Example

White with #381503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381503; }

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

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

background-color css

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

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

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

border-color css

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

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

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