Html Css Color HEX #380300 Seal Brown

📋 copy color: '#380300'

red 56 ◦ green 3 ◦ blue 0

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

Shades of Seal Brown #380300

Tints of Seal Brown #380300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.08%

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

R = 94.92%
G = 5.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#380300 (or 0x380300) is known color: Seal Brown. HEX triplet: 38, 03 and 00. RGB value is (56,3,0). Sum of RGB (Red+Green+Blue) = 56+3+0=59 (7% of max value = 765). Red value is 56 (22.27% from 255 or 94.92% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 56 - color contains mainly: red. Hex color #380300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380300 is #C7FCFF. Grayscale: #121212. Windows color (decimal): -13106432 or 824. OLE color: 824.

HSL color Cylindrical-coordinate representation of color #380300: hue angle of 3.21º 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 #380300 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 3 0 -
CMYK 0 0.95 1 0.78
HSL 3.21º 1% 0.11% -
HSV(B) 3.21º 1% 0.22% -
XYZ 1.66 0.91 0.09 -
YUV 18.51 117.56 154.74 -
System Red Green Blue C M Y K H S L
Decimal 56 3 0 0 0.95 1 0.78 3.21 1 0.11
Hex 38 3 0 0 5F 64 4E 3 64 B
Octal 70 3 0 0 137 144 116 3 144 13
Binary 111000 11 0 0 1011111 1100100 1001110 11 1100100 1011

Color Harmonies of #380300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380300

Black with #380300

Text Example


Text Example

White with #380300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380300; }

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

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

background-color css

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

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

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

border-color css

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

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

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