Html Css Color HEX #380902 Seal Brown

📋 copy color: '#380902'

red 56 ◦ green 9 ◦ blue 2

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

Shades of Seal Brown #380902

Tints of Seal Brown #380902

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.43%

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

R = 83.58%
G = 13.43%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#380902 (or 0x380902) is known color: Seal Brown. HEX triplet: 38, 09 and 02. RGB value is (56,9,2). Sum of RGB (Red+Green+Blue) = 56+9+2=67 (8% of max value = 765). Red value is 56 (22.27% from 255 or 83.58% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 56 - color contains mainly: red. Hex color #380902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380902 is #C7F6FD. Grayscale: #161616. Windows color (decimal): -13104894 or 133432. OLE color: 133432.

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

Color convert

RGB 56 9 2 -
CMYK 0 0.84 0.96 0.78
HSL 7.78º 0.93% 0.11% -
HSV(B) 7.78º 0.96% 0.22% -
XYZ 1.74 1.04 0.17 -
YUV 22.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 56 9 2 0 0.84 0.96 0.78 7.78 0.93 0.11
Hex 38 9 2 0 54 60 4E 8 5D B
Octal 70 11 2 0 124 140 116 10 135 13
Binary 111000 1001 10 0 1010100 1100000 1001110 1000 1011101 1011

Color Harmonies of #380902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380902

Black with #380902

Text Example


Text Example

White with #380902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380902; }

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

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

background-color css

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

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

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

border-color css

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

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

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