Html Css Color HEX #231007 Seal Brown

📋 copy color: '#231007'

red 35 ◦ green 16 ◦ blue 7

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

Shades of Seal Brown #231007

Tints of Seal Brown #231007

RGB

 RED value IS 35 (14.06% from 255) = 60.34%

 GREEN value IS 16 (6.64% from 255) = 27.59%

 BLUE value IS 7 (3.13% from 255) = 12.07%

R = 60.34%
G = 27.59%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.86

RGB Variations

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

Color information

#231007 (or 0x231007) is known color: Seal Brown. HEX triplet: 23, 10 and 07. RGB value is (35,16,7). Sum of RGB (Red+Green+Blue) = 35+16+7=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 7 (3.12% from 255 or 12.07% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #231007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231007 is #DCEFF8. Grayscale: #141414. Windows color (decimal): -14479353 or 462883. OLE color: 462883.

HSL color Cylindrical-coordinate representation of color #231007: hue angle of 19.29º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #231007 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 16 7 -
CMYK 0 0.54 0.80 0.86
HSL 19.29º 0.67% 0.08% -
HSV(B) 19.29º 0.8% 0.14% -
XYZ 0.92 0.74 0.3 -
YUV 20.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 35 16 7 0 0.54 0.80 0.86 19.29 0.67 0.08
Hex 23 10 7 0 36 50 56 13 43 8
Octal 43 20 7 0 66 120 126 23 103 10
Binary 100011 10000 111 0 110110 1010000 1010110 10011 1000011 1000

Color Harmonies of #231007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231007

Black with #231007

Text Example


Text Example

White with #231007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231007; }

 p { color: rgb(35,16,7); }

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

background-color css

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

 a { background-color: rgb(35,16,7); }

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

border-color css

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

 span { border-color: rgb(35,16,7); }

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