Html Css Color HEX #945F0D Golden Brown

📋 copy color: '#945F0D'

red 148 ◦ green 95 ◦ blue 13

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

Shades of Golden Brown #945F0D

Tints of Golden Brown #945F0D

RGB

 RED value IS 148 (58.2% from 255) = 57.81%

 GREEN value IS 95 (37.5% from 255) = 37.11%

 BLUE value IS 13 (5.47% from 255) = 5.08%

R = 57.81%
G = 37.11%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#945F0D (or 0x945F0D) is known color: Golden Brown. HEX triplet: 94, 5F and 0D. RGB value is (148,95,13). Sum of RGB (Red+Green+Blue) = 148+95+13=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #945F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945F0D is #6BA0F2. Grayscale: #656565. Windows color (decimal): -7053555 or 876436. OLE color: 876436.

HSL color Cylindrical-coordinate representation of color #945F0D: hue angle of 36.44º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #945F0D is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 95 13 -
CMYK 0 0.36 0.91 0.42
HSL 36.44º 0.84% 0.32% -
HSV(B) 36.44º 0.91% 0.58% -
XYZ 16.38 14.51 2.32 -
YUV 101.5 78.06 161.17 -
System Red Green Blue C M Y K H S L
Decimal 148 95 13 0 0.36 0.91 0.42 36.44 0.84 0.32
Hex 94 5F D 0 24 5B 2A 24 54 20
Octal 224 137 15 0 44 133 52 44 124 40
Binary 10010100 1011111 1101 0 100100 1011011 101010 100100 1010100 100000

Color Harmonies of #945F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945F0D

Black with #945F0D

Text Example


Text Example

White with #945F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945F0D; }

 p { color: rgb(148,95,13); }

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

background-color css

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

 a { background-color: rgb(148,95,13); }

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

border-color css

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

 span { border-color: rgb(148,95,13); }

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