Html Css Color HEX #38201E Livid Brown

📋 copy color: '#38201E'

red 56 ◦ green 32 ◦ blue 30

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

Shades of Livid Brown #38201E

Tints of Livid Brown #38201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.12%

 BLUE value IS 30 (12.11% from 255) = 25.42%

R = 47.46%
G = 27.12%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#38201E (or 0x38201E) is known color: Livid Brown. HEX triplet: 38, 20 and 1E. RGB value is (56,32,30). Sum of RGB (Red+Green+Blue) = 56+32+30=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #38201E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38201E is #C7DFE1. Grayscale: #262626. Windows color (decimal): -13098978 or 1974328. OLE color: 1974328.

HSL color Cylindrical-coordinate representation of color #38201E: hue angle of 4.62º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38201E is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 32 30 -
CMYK 0 0.43 0.46 0.78
HSL 4.62º 0.3% 0.17% -
HSV(B) 4.62º 0.46% 0.22% -
XYZ 2.38 1.97 1.48 -
YUV 38.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 56 32 30 0 0.43 0.46 0.78 4.62 0.3 0.17
Hex 38 20 1E 0 2B 2E 4E 5 1E 11
Octal 70 40 36 0 53 56 116 5 36 21
Binary 111000 100000 11110 0 101011 101110 1001110 101 11110 10001

Color Harmonies of #38201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38201E

Black with #38201E

Text Example


Text Example

White with #38201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38201E; }

 p { color: rgb(56,32,30); }

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

background-color css

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

 a { background-color: rgb(56,32,30); }

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

border-color css

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

 span { border-color: rgb(56,32,30); }

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