Html Css Color HEX #38201F Livid Brown

📋 copy color: '#38201F'

red 56 ◦ green 32 ◦ blue 31

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

Shades of Livid Brown #38201F

Tints of Livid Brown #38201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.05%

R = 47.06%
G = 26.89%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#38201F (or 0x38201F) is known color: Livid Brown. HEX triplet: 38, 20 and 1F. RGB value is (56,32,31). Sum of RGB (Red+Green+Blue) = 56+32+31=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #38201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38201F is #C7DFE0. Grayscale: #272727. Windows color (decimal): -13098977 or 2039864. OLE color: 2039864.

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

Color convert

RGB 56 32 31 -
CMYK 0 0.43 0.45 0.78
HSL 2.4º 0.29% 0.17% -
HSV(B) 2.4º 0.45% 0.22% -
XYZ 2.39 1.97 1.55 -
YUV 39.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 56 32 31 0 0.43 0.45 0.78 2.4 0.29 0.17
Hex 38 20 1F 0 2B 2D 4E 2 1D 11
Octal 70 40 37 0 53 55 116 2 35 21
Binary 111000 100000 11111 0 101011 101101 1001110 10 11101 10001

Color Harmonies of #38201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38201F

Black with #38201F

Text Example


Text Example

White with #38201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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