Html Css Color HEX #38140A Seal Brown

📋 copy color: '#38140A'

red 56 ◦ green 20 ◦ blue 10

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

Shades of Seal Brown #38140A

Tints of Seal Brown #38140A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 23.26%

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

R = 65.12%
G = 23.26%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#38140A (or 0x38140A) is known color: Seal Brown. HEX triplet: 38, 14 and 0A. RGB value is (56,20,10). Sum of RGB (Red+Green+Blue) = 56+20+10=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #38140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38140A is #C7EBF5. Grayscale: #1D1D1D. Windows color (decimal): -13102070 or 660536. OLE color: 660536.

HSL color Cylindrical-coordinate representation of color #38140A: hue angle of 13.04º 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 #38140A is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 20 10 -
CMYK 0 0.64 0.82 0.78
HSL 13.04º 0.7% 0.13% -
HSV(B) 13.04º 0.82% 0.22% -
XYZ 1.94 1.36 0.45 -
YUV 29.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 56 20 10 0 0.64 0.82 0.78 13.04 0.7 0.13
Hex 38 14 A 0 40 52 4E D 46 D
Octal 70 24 12 0 100 122 116 15 106 15
Binary 111000 10100 1010 0 1000000 1010010 1001110 1101 1000110 1101

Color Harmonies of #38140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38140A

Black with #38140A

Text Example


Text Example

White with #38140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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