Html Css Color HEX #381603 Brown Pod

📋 copy color: '#381603'

red 56 ◦ green 22 ◦ blue 3

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

Shades of Brown Pod #381603

Tints of Brown Pod #381603

RGB

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

 GREEN value IS 22 (8.98% from 255) = 27.16%

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

R = 69.14%
G = 27.16%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#381603 (or 0x381603) is known color: Brown Pod. HEX triplet: 38, 16 and 03. RGB value is (56,22,3). Sum of RGB (Red+Green+Blue) = 56+22+3=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #381603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381603 is #C7E9FC. Grayscale: #1E1E1E. Windows color (decimal): -13101565 or 202296. OLE color: 202296.

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

Color convert

RGB 56 22 3 -
CMYK 0 0.61 0.95 0.78
HSL 21.51º 0.9% 0.12% -
HSV(B) 21.51º 0.95% 0.22% -
XYZ 1.93 1.42 0.26 -
YUV 30 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 56 22 3 0 0.61 0.95 0.78 21.51 0.9 0.12
Hex 38 16 3 0 3D 5F 4E 16 5A C
Octal 70 26 3 0 75 137 116 26 132 14
Binary 111000 10110 11 0 111101 1011111 1001110 10110 1011010 1100

Color Harmonies of #381603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381603

Black with #381603

Text Example


Text Example

White with #381603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381603; }

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

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

background-color css

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

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

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

border-color css

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

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

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