Html Css Color HEX #38180E Brown Pod

📋 copy color: '#38180E'

red 56 ◦ green 24 ◦ blue 14

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

Shades of Brown Pod #38180E

Tints of Brown Pod #38180E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.53%

 BLUE value IS 14 (5.86% from 255) = 14.89%

R = 59.57%
G = 25.53%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#38180E (or 0x38180E) is known color: Brown Pod. HEX triplet: 38, 18 and 0E. RGB value is (56,24,14). Sum of RGB (Red+Green+Blue) = 56+24+14=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #38180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38180E is #C7E7F1. Grayscale: #202020. Windows color (decimal): -13101042 or 923704. OLE color: 923704.

HSL color Cylindrical-coordinate representation of color #38180E: hue angle of 14.29º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38180E is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 24 14 -
CMYK 0 0.57 0.75 0.78
HSL 14.29º 0.6% 0.14% -
HSV(B) 14.29º 0.75% 0.22% -
XYZ 2.04 1.53 0.6 -
YUV 32.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 56 24 14 0 0.57 0.75 0.78 14.29 0.6 0.14
Hex 38 18 E 0 39 4B 4E E 3C E
Octal 70 30 16 0 71 113 116 16 74 16
Binary 111000 11000 1110 0 111001 1001011 1001110 1110 111100 1110

Color Harmonies of #38180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38180E

Black with #38180E

Text Example


Text Example

White with #38180E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,24,14); }

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

background-color css

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

 a { background-color: rgb(56,24,14); }

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

border-color css

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

 span { border-color: rgb(56,24,14); }

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