Html Css Color HEX #380F01 Seal Brown

📋 copy color: '#380F01'

red 56 ◦ green 15 ◦ blue 1

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

Shades of Seal Brown #380F01

Tints of Seal Brown #380F01

RGB

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

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

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

R = 77.78%
G = 20.83%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#380F01 (or 0x380F01) is known color: Seal Brown. HEX triplet: 38, 0F and 01. RGB value is (56,15,1). Sum of RGB (Red+Green+Blue) = 56+15+1=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #380F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F01 is #C7F0FE. Grayscale: #191919. Windows color (decimal): -13103359 or 69432. OLE color: 69432.

HSL color Cylindrical-coordinate representation of color #380F01: hue angle of 15.27º 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 #380F01 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 15 1 -
CMYK 0 0.73 0.98 0.78
HSL 15.27º 0.96% 0.11% -
HSV(B) 15.27º 0.98% 0.22% -
XYZ 1.81 1.18 0.16 -
YUV 25.66 114.08 149.64 -
System Red Green Blue C M Y K H S L
Decimal 56 15 1 0 0.73 0.98 0.78 15.27 0.96 0.11
Hex 38 F 1 0 49 62 4E F 60 B
Octal 70 17 1 0 111 142 116 17 140 13
Binary 111000 1111 1 0 1001001 1100010 1001110 1111 1100000 1011

Color Harmonies of #380F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380F01

Black with #380F01

Text Example


Text Example

White with #380F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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