Html Css Color HEX #380802 Seal Brown

📋 copy color: '#380802'

red 56 ◦ green 8 ◦ blue 2

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

Shades of Seal Brown #380802

Tints of Seal Brown #380802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.12%

 BLUE value IS 2 (1.17% from 255) = 3.03%

R = 84.85%
G = 12.12%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#380802 (or 0x380802) is known color: Seal Brown. HEX triplet: 38, 08 and 02. RGB value is (56,8,2). Sum of RGB (Red+Green+Blue) = 56+8+2=66 (8% of max value = 765). Red value is 56 (22.27% from 255 or 84.85% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 2 (1.17% from 255 or 3.03% from 66); Max value from RGB is 56 - color contains mainly: red. Hex color #380802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380802 is #C7F7FD. Grayscale: #151515. Windows color (decimal): -13105150 or 133176. OLE color: 133176.

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

Color convert

RGB 56 8 2 -
CMYK 0 0.86 0.96 0.78
HSL 6.67º 0.93% 0.11% -
HSV(B) 6.67º 0.96% 0.22% -
XYZ 1.73 1.02 0.16 -
YUV 21.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 56 8 2 0 0.86 0.96 0.78 6.67 0.93 0.11
Hex 38 8 2 0 56 60 4E 7 5D B
Octal 70 10 2 0 126 140 116 7 135 13
Binary 111000 1000 10 0 1010110 1100000 1001110 111 1011101 1011

Color Harmonies of #380802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380802

Black with #380802

Text Example


Text Example

White with #380802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380802; }

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

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

background-color css

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

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

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

border-color css

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

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

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