Html Css Color HEX #38150A Brown Pod

📋 copy color: '#38150A'

red 56 ◦ green 21 ◦ blue 10

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

Shades of Brown Pod #38150A

Tints of Brown Pod #38150A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.14%

 BLUE value IS 10 (4.3% from 255) = 11.49%

R = 64.37%
G = 24.14%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#38150A (or 0x38150A) is known color: Brown Pod. HEX triplet: 38, 15 and 0A. RGB value is (56,21,10). Sum of RGB (Red+Green+Blue) = 56+21+10=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #38150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38150A is #C7EAF5. Grayscale: #1E1E1E. Windows color (decimal): -13101814 or 660792. OLE color: 660792.

HSL color Cylindrical-coordinate representation of color #38150A: hue angle of 14.35º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38150A is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 21 10 -
CMYK 0 0.63 0.82 0.78
HSL 14.35º 0.7% 0.13% -
HSV(B) 14.35º 0.82% 0.22% -
XYZ 1.95 1.4 0.45 -
YUV 30.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 56 21 10 0 0.63 0.82 0.78 14.35 0.7 0.13
Hex 38 15 A 0 3F 52 4E E 46 D
Octal 70 25 12 0 77 122 116 16 106 15
Binary 111000 10101 1010 0 111111 1010010 1001110 1110 1000110 1101

Color Harmonies of #38150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38150A

Black with #38150A

Text Example


Text Example

White with #38150A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38150A; }

 p { color: rgb(56,21,10); }

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

background-color css

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

 a { background-color: rgb(56,21,10); }

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

border-color css

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

 span { border-color: rgb(56,21,10); }

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