Html Css Color HEX #380907 Seal Brown

📋 copy color: '#380907'

red 56 ◦ green 9 ◦ blue 7

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

Shades of Seal Brown #380907

Tints of Seal Brown #380907

RGB

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

 GREEN value IS 9 (3.91% from 255) = 12.5%

 BLUE value IS 7 (3.13% from 255) = 9.72%

R = 77.78%
G = 12.5%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#380907 (or 0x380907) is known color: Seal Brown. HEX triplet: 38, 09 and 07. RGB value is (56,9,7). Sum of RGB (Red+Green+Blue) = 56+9+7=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 7 (3.12% from 255 or 9.72% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #380907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380907 is #C7F6F8. Grayscale: #161616. Windows color (decimal): -13104889 or 461112. OLE color: 461112.

HSL color Cylindrical-coordinate representation of color #380907: hue angle of 2.45º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #380907 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 9 7 -
CMYK 0 0.84 0.88 0.78
HSL 2.45º 0.78% 0.12% -
HSV(B) 2.45º 0.88% 0.22% -
XYZ 1.77 1.05 0.31 -
YUV 22.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 56 9 7 0 0.84 0.88 0.78 2.45 0.78 0.12
Hex 38 9 7 0 54 58 4E 2 4E C
Octal 70 11 7 0 124 130 116 2 116 14
Binary 111000 1001 111 0 1010100 1011000 1001110 10 1001110 1100

Color Harmonies of #380907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380907

Black with #380907

Text Example


Text Example

White with #380907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380907; }

 p { color: rgb(56,9,7); }

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

background-color css

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

 a { background-color: rgb(56,9,7); }

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

border-color css

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

 span { border-color: rgb(56,9,7); }

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