Html Css Color HEX #382625 Livid Brown

📋 copy color: '#382625'

red 56 ◦ green 38 ◦ blue 37

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

Shades of Livid Brown #382625

Tints of Livid Brown #382625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.01%

 BLUE value IS 37 (14.84% from 255) = 28.24%

R = 42.75%
G = 29.01%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#382625 (or 0x382625) is known color: Livid Brown. HEX triplet: 38, 26 and 25. RGB value is (56,38,37). Sum of RGB (Red+Green+Blue) = 56+38+37=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #382625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382625 is #C7D9DA. Grayscale: #2B2B2B. Windows color (decimal): -13097435 or 2434616. OLE color: 2434616.

HSL color Cylindrical-coordinate representation of color #382625: hue angle of 3.16º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #382625 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 38 37 -
CMYK 0 0.32 0.34 0.78
HSL 3.16º 0.2% 0.18% -
HSV(B) 3.16º 0.34% 0.22% -
XYZ 2.66 2.36 2.07 -
YUV 43.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 56 38 37 0 0.32 0.34 0.78 3.16 0.2 0.18
Hex 38 26 25 0 20 22 4E 3 14 12
Octal 70 46 45 0 40 42 116 3 24 22
Binary 111000 100110 100101 0 100000 100010 1001110 11 10100 10010

Color Harmonies of #382625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382625

Black with #382625

Text Example


Text Example

White with #382625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382625; }

 p { color: rgb(56,38,37); }

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

background-color css

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

 a { background-color: rgb(56,38,37); }

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

border-color css

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

 span { border-color: rgb(56,38,37); }

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