Html Css Color HEX #38211F Livid Brown

📋 copy color: '#38211F'

red 56 ◦ green 33 ◦ blue 31

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

Shades of Livid Brown #38211F

Tints of Livid Brown #38211F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.5%

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

R = 46.67%
G = 27.5%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#38211F (or 0x38211F) is known color: Livid Brown. HEX triplet: 38, 21 and 1F. RGB value is (56,33,31). Sum of RGB (Red+Green+Blue) = 56+33+31=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #38211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38211F is #C7DEE0. Grayscale: #272727. Windows color (decimal): -13098721 or 2040120. OLE color: 2040120.

HSL color Cylindrical-coordinate representation of color #38211F: hue angle of 4.8º 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 #38211F is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 33 31 -
CMYK 0 0.41 0.45 0.78
HSL 4.8º 0.29% 0.17% -
HSV(B) 4.8º 0.45% 0.22% -
XYZ 2.42 2.03 1.56 -
YUV 39.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 56 33 31 0 0.41 0.45 0.78 4.8 0.29 0.17
Hex 38 21 1F 0 29 2D 4E 5 1D 11
Octal 70 41 37 0 51 55 116 5 35 21
Binary 111000 100001 11111 0 101001 101101 1001110 101 11101 10001

Color Harmonies of #38211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38211F

Black with #38211F

Text Example


Text Example

White with #38211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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