Html Css Color HEX #380900 Seal Brown

📋 copy color: '#380900'

red 56 ◦ green 9 ◦ blue 0

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

Shades of Seal Brown #380900

Tints of Seal Brown #380900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.15%
G = 13.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#380900 (or 0x380900) is known color: Seal Brown. HEX triplet: 38, 09 and 00. RGB value is (56,9,0). Sum of RGB (Red+Green+Blue) = 56+9+0=65 (8% of max value = 765). Red value is 56 (22.27% from 255 or 86.15% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 56 - color contains mainly: red. Hex color #380900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380900 is #C7F6FF. Grayscale: #161616. Windows color (decimal): -13104896 or 2360. OLE color: 2360.

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

Color convert

RGB 56 9 0 -
CMYK 0 0.84 1 0.78
HSL 9.64º 1% 0.11% -
HSV(B) 9.64º 1% 0.22% -
XYZ 1.73 1.04 0.11 -
YUV 22.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 56 9 0 0 0.84 1 0.78 9.64 1 0.11
Hex 38 9 0 0 54 64 4E A 64 B
Octal 70 11 0 0 124 144 116 12 144 13
Binary 111000 1001 0 0 1010100 1100100 1001110 1010 1100100 1011

Color Harmonies of #380900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380900

Black with #380900

Text Example


Text Example

White with #380900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380900; }

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

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

background-color css

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

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

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

border-color css

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

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

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