Html Css Color HEX #98430D Saddle Brown

📋 copy color: '#98430D'

red 152 ◦ green 67 ◦ blue 13

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

Shades of Saddle Brown #98430D

Tints of Saddle Brown #98430D

RGB

 RED value IS 152 (59.77% from 255) = 65.52%

 GREEN value IS 67 (26.56% from 255) = 28.88%

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

R = 65.52%
G = 28.88%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98430D (or 0x98430D) is known color: Saddle Brown. HEX triplet: 98, 43 and 0D. RGB value is (152,67,13). Sum of RGB (Red+Green+Blue) = 152+67+13=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #98430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98430D is #67BCF2. Grayscale: #565656. Windows color (decimal): -6798579 or 869272. OLE color: 869272.

HSL color Cylindrical-coordinate representation of color #98430D: hue angle of 23.31º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98430D is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 67 13 -
CMYK 0 0.56 0.91 0.40
HSL 23.31º 0.84% 0.32% -
HSV(B) 23.31º 0.91% 0.6% -
XYZ 15.03 10.72 1.66 -
YUV 86.26 86.66 174.89 -
System Red Green Blue C M Y K H S L
Decimal 152 67 13 0 0.56 0.91 0.40 23.31 0.84 0.32
Hex 98 43 D 0 38 5B 28 17 54 20
Octal 230 103 15 0 70 133 50 27 124 40
Binary 10011000 1000011 1101 0 111000 1011011 101000 10111 1010100 100000

Color Harmonies of #98430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98430D

Black with #98430D

Text Example


Text Example

White with #98430D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,67,13); }

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

background-color css

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

 a { background-color: rgb(152,67,13); }

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

border-color css

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

 span { border-color: rgb(152,67,13); }

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