Html Css Color HEX #380400 Seal Brown

📋 copy color: '#380400'

red 56 ◦ green 4 ◦ blue 0

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

Shades of Seal Brown #380400

Tints of Seal Brown #380400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.67%

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

R = 93.33%
G = 6.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#380400 (or 0x380400) is known color: Seal Brown. HEX triplet: 38, 04 and 00. RGB value is (56,4,0). Sum of RGB (Red+Green+Blue) = 56+4+0=60 (7% of max value = 765). Red value is 56 (22.27% from 255 or 93.33% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 0 (0.39% from 255 or 0% from 60); Max value from RGB is 56 - color contains mainly: red. Hex color #380400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380400 is #C7FBFF. Grayscale: #131313. Windows color (decimal): -13106176 or 1080. OLE color: 1080.

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

Color convert

RGB 56 4 0 -
CMYK 0 0.93 1 0.78
HSL 4.29º 1% 0.11% -
HSV(B) 4.29º 1% 0.22% -
XYZ 1.67 0.93 0.09 -
YUV 19.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 56 4 0 0 0.93 1 0.78 4.29 1 0.11
Hex 38 4 0 0 5D 64 4E 4 64 B
Octal 70 4 0 0 135 144 116 4 144 13
Binary 111000 100 0 0 1011101 1100100 1001110 100 1100100 1011

Color Harmonies of #380400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380400

Black with #380400

Text Example


Text Example

White with #380400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380400; }

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

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

background-color css

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

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

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

border-color css

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

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

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