Html Css Color HEX #380B05 Seal Brown

📋 copy color: '#380B05'

red 56 ◦ green 11 ◦ blue 5

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

Shades of Seal Brown #380B05

Tints of Seal Brown #380B05

RGB

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

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

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

R = 77.78%
G = 15.28%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#380B05 (or 0x380B05) is known color: Seal Brown. HEX triplet: 38, 0B and 05. RGB value is (56,11,5). Sum of RGB (Red+Green+Blue) = 56+11+5=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #380B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380B05 is #C7F4FA. Grayscale: #171717. Windows color (decimal): -13104379 or 330552. OLE color: 330552.

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

Color convert

RGB 56 11 5 -
CMYK 0 0.80 0.91 0.78
HSL 7.06º 0.84% 0.12% -
HSV(B) 7.06º 0.91% 0.22% -
XYZ 1.78 1.09 0.26 -
YUV 23.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 56 11 5 0 0.80 0.91 0.78 7.06 0.84 0.12
Hex 38 B 5 0 50 5B 4E 7 54 C
Octal 70 13 5 0 120 133 116 7 124 14
Binary 111000 1011 101 0 1010000 1011011 1001110 111 1010100 1100

Color Harmonies of #380B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380B05

Black with #380B05

Text Example


Text Example

White with #380B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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