Html Css Color HEX #380B00 Seal Brown

📋 copy color: '#380B00'

red 56 ◦ green 11 ◦ blue 0

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

Shades of Seal Brown #380B00

Tints of Seal Brown #380B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.58%
G = 16.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#380B00 (or 0x380B00) is known color: Seal Brown. HEX triplet: 38, 0B and 00. RGB value is (56,11,0). Sum of RGB (Red+Green+Blue) = 56+11+0=67 (8% of max value = 765). Red value is 56 (22.27% from 255 or 83.58% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 56 - color contains mainly: red. Hex color #380B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380B00 is #C7F4FF. Grayscale: #171717. Windows color (decimal): -13104384 or 2872. OLE color: 2872.

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

Color convert

RGB 56 11 0 -
CMYK 0 0.80 1 0.78
HSL 11.79º 1% 0.11% -
HSV(B) 11.79º 1% 0.22% -
XYZ 1.75 1.08 0.12 -
YUV 23.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 56 11 0 0 0.80 1 0.78 11.79 1 0.11
Hex 38 B 0 0 50 64 4E C 64 B
Octal 70 13 0 0 120 144 116 14 144 13
Binary 111000 1011 0 0 1010000 1100100 1001110 1100 1100100 1011

Color Harmonies of #380B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380B00

Black with #380B00

Text Example


Text Example

White with #380B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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