Html Css Color HEX #380905 Seal Brown

📋 copy color: '#380905'

red 56 ◦ green 9 ◦ blue 5

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

Shades of Seal Brown #380905

Tints of Seal Brown #380905

RGB

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

 GREEN value IS 9 (3.91% from 255) = 12.86%

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

R = 80%
G = 12.86%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#380905 (or 0x380905) is known color: Seal Brown. HEX triplet: 38, 09 and 05. RGB value is (56,9,5). Sum of RGB (Red+Green+Blue) = 56+9+5=70 (9% of max value = 765). Red value is 56 (22.27% from 255 or 80% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 56 - color contains mainly: red. Hex color #380905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380905 is #C7F6FA. Grayscale: #161616. Windows color (decimal): -13104891 or 330040. OLE color: 330040.

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

Color convert

RGB 56 9 5 -
CMYK 0 0.84 0.91 0.78
HSL 4.71º 0.84% 0.12% -
HSV(B) 4.71º 0.91% 0.22% -
XYZ 1.76 1.05 0.25 -
YUV 22.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 56 9 5 0 0.84 0.91 0.78 4.71 0.84 0.12
Hex 38 9 5 0 54 5B 4E 5 54 C
Octal 70 11 5 0 124 133 116 5 124 14
Binary 111000 1001 101 0 1010100 1011011 1001110 101 1010100 1100

Color Harmonies of #380905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380905

Black with #380905

Text Example


Text Example

White with #380905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380905; }

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

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

background-color css

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

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

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

border-color css

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

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

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