Html Css Color HEX #381B14 Brown Pod

📋 copy color: '#381B14'

red 56 ◦ green 27 ◦ blue 20

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

Shades of Brown Pod #381B14

Tints of Brown Pod #381B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 19.42%

R = 54.37%
G = 26.21%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#381B14 (or 0x381B14) is known color: Brown Pod. HEX triplet: 38, 1B and 14. RGB value is (56,27,20). Sum of RGB (Red+Green+Blue) = 56+27+20=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #381B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B14 is #C7E4EB. Grayscale: #222222. Windows color (decimal): -13100268 or 1317688. OLE color: 1317688.

HSL color Cylindrical-coordinate representation of color #381B14: hue angle of 11.67º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #381B14 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 27 20 -
CMYK 0 0.52 0.64 0.78
HSL 11.67º 0.47% 0.15% -
HSV(B) 11.67º 0.64% 0.22% -
XYZ 2.15 1.68 0.87 -
YUV 34.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 56 27 20 0 0.52 0.64 0.78 11.67 0.47 0.15
Hex 38 1B 14 0 34 40 4E C 2F F
Octal 70 33 24 0 64 100 116 14 57 17
Binary 111000 11011 10100 0 110100 1000000 1001110 1100 101111 1111

Color Harmonies of #381B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B14

Black with #381B14

Text Example


Text Example

White with #381B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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