Html Css Color HEX #230F05 Seal Brown

📋 copy color: '#230F05'

red 35 ◦ green 15 ◦ blue 5

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

Shades of Seal Brown #230F05

Tints of Seal Brown #230F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 9.09%

R = 63.64%
G = 27.27%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.86

RGB Variations

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

Color information

#230F05 (or 0x230F05) is known color: Seal Brown. HEX triplet: 23, 0F and 05. RGB value is (35,15,5). Sum of RGB (Red+Green+Blue) = 35+15+5=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #230F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F05 is #DCF0FA. Grayscale: #131313. Windows color (decimal): -14479611 or 331555. OLE color: 331555.

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

Color convert

RGB 35 15 5 -
CMYK 0 0.57 0.86 0.86
HSL 20º 0.75% 0.08% -
HSV(B) 20º 0.86% 0.14% -
XYZ 0.89 0.71 0.23 -
YUV 19.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 35 15 5 0 0.57 0.86 0.86 20 0.75 0.08
Hex 23 F 5 0 39 56 56 14 4B 8
Octal 43 17 5 0 71 126 126 24 113 10
Binary 100011 1111 101 0 111001 1010110 1010110 10100 1001011 1000

Color Harmonies of #230F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F05

Black with #230F05

Text Example


Text Example

White with #230F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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