Html Css Color HEX #230F0F Seal Brown

📋 copy color: '#230F0F'

red 35 ◦ green 15 ◦ blue 15

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

Shades of Seal Brown #230F0F

Tints of Seal Brown #230F0F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 23.08%

 BLUE value IS 15 (6.25% from 255) = 23.08%

R = 53.85%
G = 23.08%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.86

RGB Variations

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

Color information

#230F0F (or 0x230F0F) is known color: Seal Brown. HEX triplet: 23, 0F and 0F. RGB value is (35,15,15). Sum of RGB (Red+Green+Blue) = 35+15+15=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #230F0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F0F is #DCF0F0. Grayscale: #151515. Windows color (decimal): -14479601 or 986915. OLE color: 986915.

HSL color Cylindrical-coordinate representation of color #230F0F: hue angle of 0º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #230F0F is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 15 15 -
CMYK 0 0.57 0.57 0.86
HSL 0.4% 0.1% -
HSV(B) 0.57% 0.14% -
XYZ 0.95 0.73 0.54 -
YUV 20.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 35 15 15 0 0.57 0.57 0.86 0 0.4 0.1
Hex 23 F F 0 39 39 56 0 28 A
Octal 43 17 17 0 71 71 126 0 50 12
Binary 100011 1111 1111 0 111001 111001 1010110 0 101000 1010

Color Harmonies of #230F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F0F

Black with #230F0F

Text Example


Text Example

White with #230F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230F0F; }

 p { color: rgb(35,15,15); }

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

background-color css

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

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

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

border-color css

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

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

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