Html Css Color HEX #945E02 Golden Brown

📋 copy color: '#945E02'

red 148 ◦ green 94 ◦ blue 2

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

Shades of Golden Brown #945E02

Tints of Golden Brown #945E02

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.52%

 BLUE value IS 2 (1.17% from 255) = 0.82%

R = 60.66%
G = 38.52%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#945E02 (or 0x945E02) is known color: Golden Brown. HEX triplet: 94, 5E and 02. RGB value is (148,94,2). Sum of RGB (Red+Green+Blue) = 148+94+2=244 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.66% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 148 - color contains mainly: red. Hex color #945E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945E02 is #6BA1FD. Grayscale: #646464. Windows color (decimal): -7053822 or 155284. OLE color: 155284.

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

Color convert

RGB 148 94 2 -
CMYK 0 0.36 0.99 0.42
HSL 37.81º 0.97% 0.29% -
HSV(B) 37.81º 0.99% 0.58% -
XYZ 16.23 14.31 1.96 -
YUV 99.66 72.89 162.48 -
System Red Green Blue C M Y K H S L
Decimal 148 94 2 0 0.36 0.99 0.42 37.81 0.97 0.29
Hex 94 5E 2 0 24 63 2A 26 61 1D
Octal 224 136 2 0 44 143 52 46 141 35
Binary 10010100 1011110 10 0 100100 1100011 101010 100110 1100001 11101

Color Harmonies of #945E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945E02

Black with #945E02

Text Example


Text Example

White with #945E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,94,2); }

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

background-color css

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

 a { background-color: rgb(148,94,2); }

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

border-color css

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

 span { border-color: rgb(148,94,2); }

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