Html Css Color HEX #94671D Golden Brown

📋 copy color: '#94671D'

red 148 ◦ green 103 ◦ blue 29

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

Shades of Golden Brown #94671D

Tints of Golden Brown #94671D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.79%

 BLUE value IS 29 (11.72% from 255) = 10.36%

R = 52.86%
G = 36.79%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94671D (or 0x94671D) is known color: Golden Brown. HEX triplet: 94, 67 and 1D. RGB value is (148,103,29). Sum of RGB (Red+Green+Blue) = 148+103+29=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #94671D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94671D is #6B98E2. Grayscale: #6C6C6C. Windows color (decimal): -7051491 or 1927060. OLE color: 1927060.

HSL color Cylindrical-coordinate representation of color #94671D: hue angle of 37.31º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94671D is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 103 29 -
CMYK 0 0.30 0.80 0.42
HSL 37.31º 0.67% 0.35% -
HSV(B) 37.31º 0.8% 0.58% -
XYZ 17.28 16.09 3.36 -
YUV 108.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 148 103 29 0 0.30 0.80 0.42 37.31 0.67 0.35
Hex 94 67 1D 0 1E 50 2A 25 43 23
Octal 224 147 35 0 36 120 52 45 103 43
Binary 10010100 1100111 11101 0 11110 1010000 101010 100101 1000011 100011

Color Harmonies of #94671D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94671D

Black with #94671D

Text Example


Text Example

White with #94671D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94671D; }

 p { color: rgb(148,103,29); }

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

background-color css

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

 a { background-color: rgb(148,103,29); }

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

border-color css

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

 span { border-color: rgb(148,103,29); }

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