Html Css Color HEX #380B09 Seal Brown

📋 copy color: '#380B09'

red 56 ◦ green 11 ◦ blue 9

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

Shades of Seal Brown #380B09

Tints of Seal Brown #380B09

RGB

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

 GREEN value IS 11 (4.69% from 255) = 14.47%

 BLUE value IS 9 (3.91% from 255) = 11.84%

R = 73.68%
G = 14.47%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#380B09 (or 0x380B09) is known color: Seal Brown. HEX triplet: 38, 0B and 09. RGB value is (56,11,9). Sum of RGB (Red+Green+Blue) = 56+11+9=76 (10% of max value = 765). Red value is 56 (22.27% from 255 or 73.68% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 56 - color contains mainly: red. Hex color #380B09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380B09 is #C7F4F6. Grayscale: #181818. Windows color (decimal): -13104375 or 592696. OLE color: 592696.

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

Color convert

RGB 56 11 9 -
CMYK 0 0.80 0.84 0.78
HSL 2.55º 0.72% 0.13% -
HSV(B) 2.55º 0.84% 0.22% -
XYZ 1.8 1.1 0.38 -
YUV 24.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 56 11 9 0 0.80 0.84 0.78 2.55 0.72 0.13
Hex 38 B 9 0 50 54 4E 3 48 D
Octal 70 13 11 0 120 124 116 3 110 15
Binary 111000 1011 1001 0 1010000 1010100 1001110 11 1001000 1101

Color Harmonies of #380B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380B09

Black with #380B09

Text Example


Text Example

White with #380B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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