Html Css Color HEX #94671B Golden Brown

📋 copy color: '#94671B'

red 148 ◦ green 103 ◦ blue 27

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

Shades of Golden Brown #94671B

Tints of Golden Brown #94671B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.71%

R = 53.24%
G = 37.05%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94671B (or 0x94671B) is known color: Golden Brown. HEX triplet: 94, 67 and 1B. RGB value is (148,103,27). Sum of RGB (Red+Green+Blue) = 148+103+27=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #94671B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94671B is #6B98E4. Grayscale: #6C6C6C. Windows color (decimal): -7051493 or 1795988. OLE color: 1795988.

HSL color Cylindrical-coordinate representation of color #94671B: hue angle of 37.69º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94671B is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 103 27 -
CMYK 0 0.30 0.82 0.42
HSL 37.69º 0.69% 0.34% -
HSV(B) 37.69º 0.82% 0.58% -
XYZ 17.26 16.08 3.23 -
YUV 107.79 82.41 156.68 -
System Red Green Blue C M Y K H S L
Decimal 148 103 27 0 0.30 0.82 0.42 37.69 0.69 0.34
Hex 94 67 1B 0 1E 52 2A 26 45 22
Octal 224 147 33 0 36 122 52 46 105 42
Binary 10010100 1100111 11011 0 11110 1010010 101010 100110 1000101 100010

Color Harmonies of #94671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94671B

Black with #94671B

Text Example


Text Example

White with #94671B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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