Html Css Color HEX #38110A Seal Brown

📋 copy color: '#38110A'

red 56 ◦ green 17 ◦ blue 10

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

Shades of Seal Brown #38110A

Tints of Seal Brown #38110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 20.48%

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

R = 67.47%
G = 20.48%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#38110A (or 0x38110A) is known color: Seal Brown. HEX triplet: 38, 11 and 0A. RGB value is (56,17,10). Sum of RGB (Red+Green+Blue) = 56+17+10=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #38110A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38110A is #C7EEF5. Grayscale: #1B1B1B. Windows color (decimal): -13102838 or 659768. OLE color: 659768.

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

Color convert

RGB 56 17 10 -
CMYK 0 0.70 0.82 0.78
HSL 9.13º 0.7% 0.13% -
HSV(B) 9.13º 0.82% 0.22% -
XYZ 1.89 1.26 0.43 -
YUV 27.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 56 17 10 0 0.70 0.82 0.78 9.13 0.7 0.13
Hex 38 11 A 0 46 52 4E 9 46 D
Octal 70 21 12 0 106 122 116 11 106 15
Binary 111000 10001 1010 0 1000110 1010010 1001110 1001 1000110 1101

Color Harmonies of #38110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38110A

Black with #38110A

Text Example


Text Example

White with #38110A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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