Html Css Color HEX #380F03 Seal Brown

📋 copy color: '#380F03'

red 56 ◦ green 15 ◦ blue 3

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

Shades of Seal Brown #380F03

Tints of Seal Brown #380F03

RGB

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

 GREEN value IS 15 (6.25% from 255) = 20.27%

 BLUE value IS 3 (1.56% from 255) = 4.05%

R = 75.68%
G = 20.27%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#380F03 (or 0x380F03) is known color: Seal Brown. HEX triplet: 38, 0F and 03. RGB value is (56,15,3). Sum of RGB (Red+Green+Blue) = 56+15+3=74 (9% of max value = 765). Red value is 56 (22.27% from 255 or 75.68% from 74); Green value is 15 (6.25% from 255 or 20.27% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 56 - color contains mainly: red. Hex color #380F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F03 is #C7F0FC. Grayscale: #191919. Windows color (decimal): -13103357 or 200504. OLE color: 200504.

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

Color convert

RGB 56 15 3 -
CMYK 0 0.73 0.95 0.78
HSL 13.58º 0.9% 0.12% -
HSV(B) 13.58º 0.95% 0.22% -
XYZ 1.82 1.19 0.22 -
YUV 25.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 56 15 3 0 0.73 0.95 0.78 13.58 0.9 0.12
Hex 38 F 3 0 49 5F 4E E 5A C
Octal 70 17 3 0 111 137 116 16 132 14
Binary 111000 1111 11 0 1001001 1011111 1001110 1110 1011010 1100

Color Harmonies of #380F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380F03

Black with #380F03

Text Example


Text Example

White with #380F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380F03; }

 p { color: rgb(56,15,3); }

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

background-color css

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

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

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

border-color css

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

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

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