Html Css Color HEX #380F05 Seal Brown

📋 copy color: '#380F05'

red 56 ◦ green 15 ◦ blue 5

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

Shades of Seal Brown #380F05

Tints of Seal Brown #380F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.58%

R = 73.68%
G = 19.74%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#380F05 (or 0x380F05) is known color: Seal Brown. HEX triplet: 38, 0F and 05. RGB value is (56,15,5). Sum of RGB (Red+Green+Blue) = 56+15+5=76 (10% of max value = 765). Red value is 56 (22.27% from 255 or 73.68% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 56 - color contains mainly: red. Hex color #380F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F05 is #C7F0FA. Grayscale: #1A1A1A. Windows color (decimal): -13103355 or 331576. OLE color: 331576.

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

Color convert

RGB 56 15 5 -
CMYK 0 0.73 0.91 0.78
HSL 11.76º 0.84% 0.12% -
HSV(B) 11.76º 0.91% 0.22% -
XYZ 1.83 1.19 0.28 -
YUV 26.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 56 15 5 0 0.73 0.91 0.78 11.76 0.84 0.12
Hex 38 F 5 0 49 5B 4E C 54 C
Octal 70 17 5 0 111 133 116 14 124 14
Binary 111000 1111 101 0 1001001 1011011 1001110 1100 1010100 1100

Color Harmonies of #380F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380F05

Black with #380F05

Text Example


Text Example

White with #380F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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