Html Css Color HEX #380200 Seal Brown

📋 copy color: '#380200'

red 56 ◦ green 2 ◦ blue 0

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

Shades of Seal Brown #380200

Tints of Seal Brown #380200

RGB

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

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

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

R = 96.55%
G = 3.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#380200 (or 0x380200) is known color: Seal Brown. HEX triplet: 38, 02 and 00. RGB value is (56,2,0). Sum of RGB (Red+Green+Blue) = 56+2+0=58 (7% of max value = 765). Red value is 56 (22.27% from 255 or 96.55% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 56 - color contains mainly: red. Hex color #380200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380200 is #C7FDFF. Grayscale: #111111. Windows color (decimal): -13106688 or 568. OLE color: 568.

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

Color convert

RGB 56 2 0 -
CMYK 0 0.96 1 0.78
HSL 2.14º 1% 0.11% -
HSV(B) 2.14º 1% 0.22% -
XYZ 1.65 0.88 0.08 -
YUV 17.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 56 2 0 0 0.96 1 0.78 2.14 1 0.11
Hex 38 2 0 0 60 64 4E 2 64 B
Octal 70 2 0 0 140 144 116 2 144 13
Binary 111000 10 0 0 1100000 1100100 1001110 10 1100100 1011

Color Harmonies of #380200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380200

Black with #380200

Text Example


Text Example

White with #380200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380200; }

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

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

background-color css

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

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

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

border-color css

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

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

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