Html Css Color HEX #924D01 Saddle Brown

📋 copy color: '#924D01'

red 146 ◦ green 77 ◦ blue 1

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

Shades of Saddle Brown #924D01

Tints of Saddle Brown #924D01

RGB

 RED value IS 146 (57.42% from 255) = 65.18%

 GREEN value IS 77 (30.47% from 255) = 34.38%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 65.18%
G = 34.38%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#924D01 (or 0x924D01) is known color: Saddle Brown. HEX triplet: 92, 4D and 01. RGB value is (146,77,1). Sum of RGB (Red+Green+Blue) = 146+77+1=224 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.18% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 146 - color contains mainly: red. Hex color #924D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #924D01 is #6DB2FE. Grayscale: #595959. Windows color (decimal): -7189247 or 85394. OLE color: 85394.

HSL color Cylindrical-coordinate representation of color #924D01: hue angle of 31.45º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #924D01 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 77 1 -
CMYK 0 0.47 0.99 0.43
HSL 31.45º 0.99% 0.29% -
HSV(B) 31.45º 0.99% 0.57% -
XYZ 14.51 11.42 1.47 -
YUV 88.97 78.36 168.68 -
System Red Green Blue C M Y K H S L
Decimal 146 77 1 0 0.47 0.99 0.43 31.45 0.99 0.29
Hex 92 4D 1 0 2F 63 2B 1F 63 1D
Octal 222 115 1 0 57 143 53 37 143 35
Binary 10010010 1001101 1 0 101111 1100011 101011 11111 1100011 11101

Color Harmonies of #924D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924D01

Black with #924D01

Text Example


Text Example

White with #924D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924D01; }

 p { color: rgb(146,77,1); }

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

background-color css

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

 a { background-color: rgb(146,77,1); }

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

border-color css

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

 span { border-color: rgb(146,77,1); }

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