Html Css Color HEX #230F08 Seal Brown

📋 copy color: '#230F08'

red 35 ◦ green 15 ◦ blue 8

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

Shades of Seal Brown #230F08

Tints of Seal Brown #230F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 13.79%

R = 60.34%
G = 25.86%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.86

RGB Variations

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

Color information

#230F08 (or 0x230F08) is known color: Seal Brown. HEX triplet: 23, 0F and 08. RGB value is (35,15,8). Sum of RGB (Red+Green+Blue) = 35+15+8=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 15 (6.25% from 255 or 25.86% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #230F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F08 is #DCF0F7. Grayscale: #141414. Windows color (decimal): -14479608 or 528163. OLE color: 528163.

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

Color convert

RGB 35 15 8 -
CMYK 0 0.57 0.77 0.86
HSL 15.56º 0.63% 0.08% -
HSV(B) 15.56º 0.77% 0.14% -
XYZ 0.91 0.72 0.32 -
YUV 20.18 121.13 138.57 -
System Red Green Blue C M Y K H S L
Decimal 35 15 8 0 0.57 0.77 0.86 15.56 0.63 0.08
Hex 23 F 8 0 39 4D 56 10 3F 8
Octal 43 17 10 0 71 115 126 20 77 10
Binary 100011 1111 1000 0 111001 1001101 1010110 10000 111111 1000

Color Harmonies of #230F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F08

Black with #230F08

Text Example


Text Example

White with #230F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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