Html Css Color HEX #381605 Brown Pod

📋 copy color: '#381605'

red 56 ◦ green 22 ◦ blue 5

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

Shades of Brown Pod #381605

Tints of Brown Pod #381605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.02%

R = 67.47%
G = 26.51%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#381605 (or 0x381605) is known color: Brown Pod. HEX triplet: 38, 16 and 05. RGB value is (56,22,5). Sum of RGB (Red+Green+Blue) = 56+22+5=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #381605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381605 is #C7E9FA. Grayscale: #1E1E1E. Windows color (decimal): -13101563 or 333368. OLE color: 333368.

HSL color Cylindrical-coordinate representation of color #381605: hue angle of 20º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #381605 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 22 5 -
CMYK 0 0.61 0.91 0.78
HSL 20º 0.84% 0.12% -
HSV(B) 20º 0.91% 0.22% -
XYZ 1.95 1.43 0.32 -
YUV 30.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 56 22 5 0 0.61 0.91 0.78 20 0.84 0.12
Hex 38 16 5 0 3D 5B 4E 14 54 C
Octal 70 26 5 0 75 133 116 24 124 14
Binary 111000 10110 101 0 111101 1011011 1001110 10100 1010100 1100

Color Harmonies of #381605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381605

Black with #381605

Text Example


Text Example

White with #381605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381605; }

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

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

background-color css

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

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

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

border-color css

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

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

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