Html Css Color HEX #381B11 Brown Pod

📋 copy color: '#381B11'

red 56 ◦ green 27 ◦ blue 17

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

Shades of Brown Pod #381B11

Tints of Brown Pod #381B11

RGB

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

 GREEN value IS 27 (10.94% from 255) = 27%

 BLUE value IS 17 (7.03% from 255) = 17%

R = 56%
G = 27%
B = 17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#381B11 (or 0x381B11) is known color: Brown Pod. HEX triplet: 38, 1B and 11. RGB value is (56,27,17). Sum of RGB (Red+Green+Blue) = 56+27+17=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #381B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B11 is #C7E4EE. Grayscale: #222222. Windows color (decimal): -13100271 or 1121080. OLE color: 1121080.

HSL color Cylindrical-coordinate representation of color #381B11: hue angle of 15.38º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381B11 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 27 17 -
CMYK 0 0.52 0.70 0.78
HSL 15.38º 0.53% 0.14% -
HSV(B) 15.38º 0.7% 0.22% -
XYZ 2.12 1.67 0.74 -
YUV 34.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 56 27 17 0 0.52 0.70 0.78 15.38 0.53 0.14
Hex 38 1B 11 0 34 46 4E F 35 E
Octal 70 33 21 0 64 106 116 17 65 16
Binary 111000 11011 10001 0 110100 1000110 1001110 1111 110101 1110

Color Harmonies of #381B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B11

Black with #381B11

Text Example


Text Example

White with #381B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,27,17); }

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

background-color css

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

 a { background-color: rgb(56,27,17); }

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

border-color css

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

 span { border-color: rgb(56,27,17); }

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