Html Css Color HEX #381A03 Brown Pod

📋 copy color: '#381A03'

red 56 ◦ green 26 ◦ blue 3

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

Shades of Brown Pod #381A03

Tints of Brown Pod #381A03

RGB

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

 GREEN value IS 26 (10.55% from 255) = 30.59%

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

R = 65.88%
G = 30.59%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#381A03 (or 0x381A03) is known color: Brown Pod. HEX triplet: 38, 1A and 03. RGB value is (56,26,3). Sum of RGB (Red+Green+Blue) = 56+26+3=85 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.88% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 56 - color contains mainly: red. Hex color #381A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A03 is #C7E5FC. Grayscale: #202020. Windows color (decimal): -13100541 or 203320. OLE color: 203320.

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

Color convert

RGB 56 26 3 -
CMYK 0 0.54 0.95 0.78
HSL 26.04º 0.9% 0.12% -
HSV(B) 26.04º 0.95% 0.22% -
XYZ 2.02 1.59 0.29 -
YUV 32.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 56 26 3 0 0.54 0.95 0.78 26.04 0.9 0.12
Hex 38 1A 3 0 36 5F 4E 1A 5A C
Octal 70 32 3 0 66 137 116 32 132 14
Binary 111000 11010 11 0 110110 1011111 1001110 11010 1011010 1100

Color Harmonies of #381A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A03

Black with #381A03

Text Example


Text Example

White with #381A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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