Html Css Color HEX #230F03 Seal Brown

📋 copy color: '#230F03'

red 35 ◦ green 15 ◦ blue 3

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

Shades of Seal Brown #230F03

Tints of Seal Brown #230F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 5.66%

R = 66.04%
G = 28.3%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.86

RGB Variations

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

Color information

#230F03 (or 0x230F03) is known color: Seal Brown. HEX triplet: 23, 0F and 03. RGB value is (35,15,3). Sum of RGB (Red+Green+Blue) = 35+15+3=53 (7% of max value = 765). Red value is 35 (14.06% from 255 or 66.04% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 3 (1.56% from 255 or 5.66% from 53); Max value from RGB is 35 - color contains mainly: red. Hex color #230F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F03 is #DCF0FC. Grayscale: #131313. Windows color (decimal): -14479613 or 200483. OLE color: 200483.

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

Color convert

RGB 35 15 3 -
CMYK 0 0.57 0.91 0.86
HSL 22.5º 0.84% 0.07% -
HSV(B) 22.5º 0.91% 0.14% -
XYZ 0.88 0.71 0.18 -
YUV 19.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 35 15 3 0 0.57 0.91 0.86 22.5 0.84 0.07
Hex 23 F 3 0 39 5B 56 16 54 7
Octal 43 17 3 0 71 133 126 26 124 7
Binary 100011 1111 11 0 111001 1011011 1010110 10110 1010100 111

Color Harmonies of #230F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F03

Black with #230F03

Text Example


Text Example

White with #230F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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