Html Css Color HEX #382010 Brown Pod

📋 copy color: '#382010'

red 56 ◦ green 32 ◦ blue 16

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

Shades of Brown Pod #382010

Tints of Brown Pod #382010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 15.38%

R = 53.85%
G = 30.77%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#382010 (or 0x382010) is known color: Brown Pod. HEX triplet: 38, 20 and 10. RGB value is (56,32,16). Sum of RGB (Red+Green+Blue) = 56+32+16=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #382010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382010 is #C7DFEF. Grayscale: #252525. Windows color (decimal): -13098992 or 1056824. OLE color: 1056824.

HSL color Cylindrical-coordinate representation of color #382010: hue angle of 24º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #382010 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 32 16 -
CMYK 0 0.43 0.71 0.78
HSL 24º 0.56% 0.14% -
HSV(B) 24º 0.71% 0.22% -
XYZ 2.24 1.91 0.74 -
YUV 37.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 56 32 16 0 0.43 0.71 0.78 24 0.56 0.14
Hex 38 20 10 0 2B 47 4E 18 38 E
Octal 70 40 20 0 53 107 116 30 70 16
Binary 111000 100000 10000 0 101011 1000111 1001110 11000 111000 1110

Color Harmonies of #382010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382010

Black with #382010

Text Example


Text Example

White with #382010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382010; }

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

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

background-color css

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

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

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

border-color css

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

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

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