Html Css Color HEX #382825 Livid Brown

📋 copy color: '#382825'

red 56 ◦ green 40 ◦ blue 37

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

Shades of Livid Brown #382825

Tints of Livid Brown #382825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.08%

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

R = 42.11%
G = 30.08%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#382825 (or 0x382825) is known color: Livid Brown. HEX triplet: 38, 28 and 25. RGB value is (56,40,37). Sum of RGB (Red+Green+Blue) = 56+40+37=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #382825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382825 is #C7D7DA. Grayscale: #2C2C2C. Windows color (decimal): -13096923 or 2435128. OLE color: 2435128.

HSL color Cylindrical-coordinate representation of color #382825: hue angle of 9.47º 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 #382825 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 40 37 -
CMYK 0 0.29 0.34 0.78
HSL 9.47º 0.2% 0.18% -
HSV(B) 9.47º 0.34% 0.22% -
XYZ 2.72 2.49 2.09 -
YUV 44.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 56 40 37 0 0.29 0.34 0.78 9.47 0.2 0.18
Hex 38 28 25 0 1D 22 4E 9 14 12
Octal 70 50 45 0 35 42 116 11 24 22
Binary 111000 101000 100101 0 11101 100010 1001110 1001 10100 10010

Color Harmonies of #382825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382825

Black with #382825

Text Example


Text Example

White with #382825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382825; }

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

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

background-color css

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

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

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

border-color css

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

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

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