Html Css Color HEX #380201 Seal Brown

📋 copy color: '#380201'

red 56 ◦ green 2 ◦ blue 1

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

Shades of Seal Brown #380201

Tints of Seal Brown #380201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.39%

 BLUE value IS 1 (0.78% from 255) = 1.69%

R = 94.92%
G = 3.39%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#380201 (or 0x380201) is known color: Seal Brown. HEX triplet: 38, 02 and 01. RGB value is (56,2,1). Sum of RGB (Red+Green+Blue) = 56+2+1=59 (7% of max value = 765). Red value is 56 (22.27% from 255 or 94.92% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 56 - color contains mainly: red. Hex color #380201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380201 is #C7FDFE. Grayscale: #121212. Windows color (decimal): -13106687 or 66104. OLE color: 66104.

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

Color convert

RGB 56 2 1 -
CMYK 0 0.96 0.98 0.78
HSL 1.09º 0.96% 0.11% -
HSV(B) 1.09º 0.98% 0.22% -
XYZ 1.66 0.89 0.11 -
YUV 18.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 56 2 1 0 0.96 0.98 0.78 1.09 0.96 0.11
Hex 38 2 1 0 60 62 4E 1 60 B
Octal 70 2 1 0 140 142 116 1 140 13
Binary 111000 10 1 0 1100000 1100010 1001110 1 1100000 1011

Color Harmonies of #380201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380201

Black with #380201

Text Example


Text Example

White with #380201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380201; }

 p { color: rgb(56,2,1); }

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

background-color css

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

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

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

border-color css

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

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

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