Html Css Color HEX #380505 Seal Brown

📋 copy color: '#380505'

red 56 ◦ green 5 ◦ blue 5

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

Shades of Seal Brown #380505

Tints of Seal Brown #380505

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.58%

 BLUE value IS 5 (2.34% from 255) = 7.58%

R = 84.85%
G = 7.58%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#380505 (or 0x380505) is known color: Seal Brown. HEX triplet: 38, 05 and 05. RGB value is (56,5,5). Sum of RGB (Red+Green+Blue) = 56+5+5=66 (8% of max value = 765). Red value is 56 (22.27% from 255 or 84.85% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 56 - color contains mainly: red. Hex color #380505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380505 is #C7FAFA. Grayscale: #141414. Windows color (decimal): -13105915 or 329016. OLE color: 329016.

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

Color convert

RGB 56 5 5 -
CMYK 0 0.91 0.91 0.78
HSL 0.84% 0.12% -
HSV(B) 0.91% 0.22% -
XYZ 1.71 0.96 0.24 -
YUV 20.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 56 5 5 0 0.91 0.91 0.78 0 0.84 0.12
Hex 38 5 5 0 5B 5B 4E 0 54 C
Octal 70 5 5 0 133 133 116 0 124 14
Binary 111000 101 101 0 1011011 1011011 1001110 0 1010100 1100

Color Harmonies of #380505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380505

Black with #380505

Text Example


Text Example

White with #380505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380505; }

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

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

background-color css

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

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

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

border-color css

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

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

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