Html Css Color HEX #380404 Seal Brown

📋 copy color: '#380404'

red 56 ◦ green 4 ◦ blue 4

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

Shades of Seal Brown #380404

Tints of Seal Brown #380404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 6.25%

R = 87.5%
G = 6.25%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#380404 (or 0x380404) is known color: Seal Brown. HEX triplet: 38, 04 and 04. RGB value is (56,4,4). Sum of RGB (Red+Green+Blue) = 56+4+4=64 (8% of max value = 765). Red value is 56 (22.27% from 255 or 87.5% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 56 - color contains mainly: red. Hex color #380404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380404 is #C7FBFB. Grayscale: #131313. Windows color (decimal): -13106172 or 263224. OLE color: 263224.

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

Color convert

RGB 56 4 4 -
CMYK 0 0.93 0.93 0.78
HSL 0.87% 0.12% -
HSV(B) 0.93% 0.22% -
XYZ 1.7 0.94 0.21 -
YUV 19.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 56 4 4 0 0.93 0.93 0.78 0 0.87 0.12
Hex 38 4 4 0 5D 5D 4E 0 57 C
Octal 70 4 4 0 135 135 116 0 127 14
Binary 111000 100 100 0 1011101 1011101 1001110 0 1010111 1100

Color Harmonies of #380404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380404

Black with #380404

Text Example


Text Example

White with #380404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380404; }

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

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

background-color css

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

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

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

border-color css

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

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

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