Html Css Color HEX #38180B Brown Pod

📋 copy color: '#38180B'

red 56 ◦ green 24 ◦ blue 11

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

Shades of Brown Pod #38180B

Tints of Brown Pod #38180B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.09%

R = 61.54%
G = 26.37%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.78

RGB Variations

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

Color information

#38180B (or 0x38180B) is known color: Brown Pod. HEX triplet: 38, 18 and 0B. RGB value is (56,24,11). Sum of RGB (Red+Green+Blue) = 56+24+11=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #38180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38180B is #C7E7F4. Grayscale: #202020. Windows color (decimal): -13101045 or 727096. OLE color: 727096.

HSL color Cylindrical-coordinate representation of color #38180B: hue angle of 17.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38180B is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 24 11 -
CMYK 0 0.57 0.80 0.78
HSL 17.33º 0.67% 0.13% -
HSV(B) 17.33º 0.8% 0.22% -
XYZ 2.02 1.52 0.5 -
YUV 32.09 116.1 145.06 -
System Red Green Blue C M Y K H S L
Decimal 56 24 11 0 0.57 0.80 0.78 17.33 0.67 0.13
Hex 38 18 B 0 39 50 4E 11 43 D
Octal 70 30 13 0 71 120 116 21 103 15
Binary 111000 11000 1011 0 111001 1010000 1001110 10001 1000011 1101

Color Harmonies of #38180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38180B

Black with #38180B

Text Example


Text Example

White with #38180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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