Html Css Color HEX #380903 Seal Brown

📋 copy color: '#380903'

red 56 ◦ green 9 ◦ blue 3

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

Shades of Seal Brown #380903

Tints of Seal Brown #380903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 4.41%

R = 82.35%
G = 13.24%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#380903 (or 0x380903) is known color: Seal Brown. HEX triplet: 38, 09 and 03. RGB value is (56,9,3). Sum of RGB (Red+Green+Blue) = 56+9+3=68 (9% of max value = 765). Red value is 56 (22.27% from 255 or 82.35% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 3 (1.56% from 255 or 4.41% from 68); Max value from RGB is 56 - color contains mainly: red. Hex color #380903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380903 is #C7F6FC. Grayscale: #161616. Windows color (decimal): -13104893 or 198968. OLE color: 198968.

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

Color convert

RGB 56 9 3 -
CMYK 0 0.84 0.95 0.78
HSL 6.79º 0.9% 0.12% -
HSV(B) 6.79º 0.95% 0.22% -
XYZ 1.75 1.04 0.2 -
YUV 22.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 56 9 3 0 0.84 0.95 0.78 6.79 0.9 0.12
Hex 38 9 3 0 54 5F 4E 7 5A C
Octal 70 11 3 0 124 137 116 7 132 14
Binary 111000 1001 11 0 1010100 1011111 1001110 111 1011010 1100

Color Harmonies of #380903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380903

Black with #380903

Text Example


Text Example

White with #380903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380903; }

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

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

background-color css

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

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

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

border-color css

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

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

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