Html Css Color HEX #230F0E Seal Brown

📋 copy color: '#230F0E'

red 35 ◦ green 15 ◦ blue 14

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

Shades of Seal Brown #230F0E

Tints of Seal Brown #230F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 21.88%

R = 54.69%
G = 23.44%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.86

RGB Variations

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

Color information

#230F0E (or 0x230F0E) is known color: Seal Brown. HEX triplet: 23, 0F and 0E. RGB value is (35,15,14). Sum of RGB (Red+Green+Blue) = 35+15+14=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 14 (5.86% from 255 or 21.88% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #230F0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F0E is #DCF0F1. Grayscale: #141414. Windows color (decimal): -14479602 or 921379. OLE color: 921379.

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

Color convert

RGB 35 15 14 -
CMYK 0 0.57 0.60 0.86
HSL 2.86º 0.43% 0.1% -
HSV(B) 2.86º 0.6% 0.14% -
XYZ 0.94 0.73 0.51 -
YUV 20.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 35 15 14 0 0.57 0.60 0.86 2.86 0.43 0.1
Hex 23 F E 0 39 3C 56 3 2B A
Octal 43 17 16 0 71 74 126 3 53 12
Binary 100011 1111 1110 0 111001 111100 1010110 11 101011 1010

Color Harmonies of #230F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F0E

Black with #230F0E

Text Example


Text Example

White with #230F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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