Html Css Color HEX #380F0C Seal Brown

📋 copy color: '#380F0C'

red 56 ◦ green 15 ◦ blue 12

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

Shades of Seal Brown #380F0C

Tints of Seal Brown #380F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.46%

R = 67.47%
G = 18.07%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#380F0C (or 0x380F0C) is known color: Seal Brown. HEX triplet: 38, 0F and 0C. RGB value is (56,15,12). Sum of RGB (Red+Green+Blue) = 56+15+12=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #380F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F0C is #C7F0F3. Grayscale: #1A1A1A. Windows color (decimal): -13103348 or 790328. OLE color: 790328.

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

Color convert

RGB 56 15 12 -
CMYK 0 0.73 0.79 0.78
HSL 4.09º 0.65% 0.13% -
HSV(B) 4.09º 0.79% 0.22% -
XYZ 1.87 1.21 0.48 -
YUV 26.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 56 15 12 0 0.73 0.79 0.78 4.09 0.65 0.13
Hex 38 F C 0 49 4F 4E 4 41 D
Octal 70 17 14 0 111 117 116 4 101 15
Binary 111000 1111 1100 0 1001001 1001111 1001110 100 1000001 1101

Color Harmonies of #380F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380F0C

Black with #380F0C

Text Example


Text Example

White with #380F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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